We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7aa15bb + 5051bd3 commit 4c25c54Copy full SHA for 4c25c54
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