File tree 1 file changed +3
-3
lines changed
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.
342
342
Then invoke that settings file when using ` Invoke-ScriptAnalyzer ` :
343
343
344
344
``` PowerShell
345
- Invoke-ScriptAnalyzer -Path MyScript.ps1 -Setting PSScriptAnalyzerSettings.psd1
345
+ Invoke-ScriptAnalyzer -Path MyScript.ps1 -Settings PSScriptAnalyzerSettings.psd1
346
346
```
347
347
348
348
The 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
355
355
}
356
356
```
357
357
358
- Then invoke that settings file when using :
358
+ Then invoke that settings file:
359
359
``` PowerShell
360
- Invoke-ScriptAnalyzer -Path MyScript.ps1 -Setting ScriptAnalyzerSettings .psd1
360
+ Invoke-ScriptAnalyzer -Path MyScript.ps1 -Settings PSScriptAnalyzerSettings .psd1
361
361
```
362
362
363
363
## Implicit
You can’t perform that action at this time.
0 commit comments