Skip to content

Commit

Permalink
Create PSScriptAnalyzerSettings.psd1
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss authored Oct 22, 2024
1 parent 1f60acd commit 433637d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions PSScriptAnalyzerSettings.psd1
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# PSScriptAnalyzerSettings.psd1
@{
Severity = @('Error', 'Warning', 'Information')
ExcludeRules = @(
'PSUseSingularNouns',
'PSUseShouldProcessForStateChangingFunctions',
'PSUseOutputTypeCorrectly'
)
}

0 comments on commit 433637d

Please sign in to comment.