File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
external help file : Microsoft.Windows.PowerShell.ScriptAnalyzer.dll-Help.xml
3
- online version : http://go.microsoft.com/fwlink/?LinkId=525913
4
3
schema : 2.0.0
5
4
---
6
5
Original file line number Diff line number Diff line change 1
1
---
2
2
external help file : Microsoft.Windows.PowerShell.ScriptAnalyzer.dll-Help.xml
3
- online version : http://go.microsoft.com/fwlink/?LinkId=525914
4
3
schema : 2.0.0
5
4
---
6
5
@@ -35,7 +34,7 @@ Invoke-ScriptAnalyzer evaluates only .ps1 and .psm1 files.
35
34
If you specify a path with multiple file types, the .ps1 and
36
35
.psm1 files are tested; all other file types are ignored.
37
36
38
- Invoke-ScriptAnalzyer comes with a set of built-in rules, but you can also use customized rules that you write in
37
+ Invoke-ScriptAnalyzer comes with a set of built-in rules, but you can also use customized rules that you write in
39
38
Windows PowerShell scripts, or compile in assemblies by using C#.
40
39
Just as with the built-in rules, you can add the
41
40
ExcludeRule and IncludeRule parameters to your Invoke-ScriptAnalyzer command to exclude or include custom rules.
You can’t perform that action at this time.
0 commit comments