We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d706e commit 9e031b8Copy full SHA for 9e031b8
PSModuleDevelopment/tests/general/PSScriptAnalyzer.Tests.ps1
@@ -20,7 +20,7 @@ Describe 'Invoking PSScriptAnalyzer against commandbase' {
20
foreach ($file in $commandFiles)
21
{
22
Context "Analyzing $($file.BaseName)" {
23
- $analysis = Invoke-ScriptAnalyzer -Path $file.FullName -ExcludeRule PSAvoidTrailingWhitespace
+ $analysis = Invoke-ScriptAnalyzer -Path $file.FullName -ExcludeRule PSAvoidTrailingWhitespace, PSShouldProcess
24
25
forEach ($rule in $scriptAnalyzerRules)
26
0 commit comments