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