Skip to content

Commit d6d3eef

Browse files
author
Kapil Borle
committed
Remove online help link from markdown help and fix typo
1 parent 30cd2b5 commit d6d3eef

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/markdown/Get-ScriptAnalyzerRule.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
external help file: Microsoft.Windows.PowerShell.ScriptAnalyzer.dll-Help.xml
3-
online version: http://go.microsoft.com/fwlink/?LinkId=525913
43
schema: 2.0.0
54
---
65

docs/markdown/Invoke-ScriptAnalyzer.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
external help file: Microsoft.Windows.PowerShell.ScriptAnalyzer.dll-Help.xml
3-
online version: http://go.microsoft.com/fwlink/?LinkId=525914
43
schema: 2.0.0
54
---
65

@@ -35,7 +34,7 @@ Invoke-ScriptAnalyzer evaluates only .ps1 and .psm1 files.
3534
If you specify a path with multiple file types, the .ps1 and
3635
.psm1 files are tested; all other file types are ignored.
3736

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
3938
Windows PowerShell scripts, or compile in assemblies by using C#.
4039
Just as with the built-in rules, you can add the
4140
ExcludeRule and IncludeRule parameters to your Invoke-ScriptAnalyzer command to exclude or include custom rules.

0 commit comments

Comments
 (0)