diff --git a/Hawk/tests/psscriptanalyzer/PSScriptAnalyzerSettings.psd1 b/Hawk/tests/psscriptanalyzer/PSScriptAnalyzerSettings.psd1 new file mode 100644 index 0000000..feeeb82 --- /dev/null +++ b/Hawk/tests/psscriptanalyzer/PSScriptAnalyzerSettings.psd1 @@ -0,0 +1,9 @@ +@{ + # Rules to be excluded from analysis + ExcludeRules = @( + # These are both excluded because they was a hardcoded in the Hawk PSScriptAnalyzer.Tests originally. + # It is assumed this was done with good reason. + 'PSAvoidTrailingWhitespace' + 'PSShouldProcess' + ) +} \ No newline at end of file