mirror of
https://github.com/super-linter/super-linter.git
synced 2025-03-13 01:39:38 -04:00
6 lines
72 B
PowerShell
6 lines
72 B
PowerShell
|
@{
|
||
|
ExcludeRules = @(
|
||
|
'PSMissingModuleManifestField'
|
||
|
)
|
||
|
}
|