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 7aa15bb commit 5051bd3Copy full SHA for 5051bd3
README.md
@@ -261,7 +261,7 @@ that does not output an Error or Warning diagnostic record.
261
Then invoke that settings file when using `Invoke-ScriptAnalyzer`:
262
263
``` PowerShell
264
-Invoke-ScriptAnalyzer -Path MyScript.ps1 -Setting ScriptAnalyzerSettings.psd1
+Invoke-ScriptAnalyzer -Path MyScript.ps1 -Setting PSScriptAnalyzerSettings.psd1
265
```
266
267
The next example selects a few rules to execute instead of all the default rules.
0 commit comments