superlint/.github/linters/.powershell-psscriptanalyzer.psd1
Brett Logan cedda7c156 Revert psd1 extension change and ignore PSMissingModuleManifestField
Signed-off-by: Brett Logan <lindluni@github.com>
2023-01-05 09:46:51 -05:00

5 lines
72 B
PowerShell

@{
ExcludeRules = @(
'PSMissingModuleManifestField'
)
}