File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ that does not output an Error or Warning diagnostic record.
342342Then invoke that settings file when using ` Invoke-ScriptAnalyzer ` :
343343
344344``` PowerShell
345- Invoke-ScriptAnalyzer -Path MyScript.ps1 -Setting PSScriptAnalyzerSettings.psd1
345+ Invoke-ScriptAnalyzer -Path MyScript.ps1 -Settings PSScriptAnalyzerSettings.psd1
346346```
347347
348348The next example selects a few rules to execute instead of all the default rules.
@@ -355,9 +355,9 @@ The next example selects a few rules to execute instead of all the default rules
355355}
356356```
357357
358- Then invoke that settings file when using :
358+ Then invoke that settings file:
359359``` PowerShell
360- Invoke-ScriptAnalyzer -Path MyScript.ps1 -Setting ScriptAnalyzerSettings .psd1
360+ Invoke-ScriptAnalyzer -Path MyScript.ps1 -Settings PSScriptAnalyzerSettings .psd1
361361```
362362
363363## Implicit
You can’t perform that action at this time.
0 commit comments