mirror of
https://github.com/super-linter/super-linter.git
synced 2025-02-15 04:02:57 -05:00
5 lines
72 B
PowerShell
5 lines
72 B
PowerShell
@{
|
|
ExcludeRules = @(
|
|
'PSMissingModuleManifestField'
|
|
)
|
|
}
|