mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
cedda7c156
Signed-off-by: Brett Logan <lindluni@github.com>
5 lines
72 B
PowerShell
5 lines
72 B
PowerShell
@{
|
|
ExcludeRules = @(
|
|
'PSMissingModuleManifestField'
|
|
)
|
|
}
|