Ignore Plural Nouns In PSSA

This commit is contained in:
Wes Carroll
2019-06-17 09:07:45 -04:00
parent c08df4c1a0
commit e94c2b66e1
+1 -1
View File
@@ -47,7 +47,7 @@ task AnalyzeBuiltFiles CheckPSScriptAnalyzerInstalled, CreatePsm1ForRelease, {
Severity = @('Error', 'Warning') Severity = @('Error', 'Warning')
Recurse = $true Recurse = $true
Verbose = $false Verbose = $false
ExcludeRule = @("PSUseBOMForUnicodeEncodedFile") ExcludeRule = @("PSUseBOMForUnicodeEncodedFile", "PSUseSingularNouns")
} }
$saresults = Invoke-ScriptAnalyzer @scriptAnalyzerParams $saresults = Invoke-ScriptAnalyzer @scriptAnalyzerParams