Skip to content

Commit

Permalink
Move psscriptanalzyer folder and associated PSSA config file, as the …
Browse files Browse the repository at this point in the history
….github folder was not being loaded into the runner.
  • Loading branch information
jonnybottles committed Nov 20, 2024
1 parent f5cedc1 commit ba25ed2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Hawk/tests/psscriptanalyzer/PSScriptAnalyzerSettings.psd1
Original file line number Diff line number Diff line change
@@ -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'
)
}

0 comments on commit ba25ed2

Please sign in to comment.