Skip to content

Commit 88056ac

Browse files
travisclagronebergmeister
authored andcommitted
Update documentation for parameter "Settings" of command "Invoke-ScriptAnalyzer" to include the key "RecurseCustomRulesPath" (#1272)
* Update documentation for parameter "Settings" of command "Invoke-ScriptAnalyzer" to include the key "RecurseCustomRulesPath" * Order documentary key list for Invoke-ScriptAnalyzer -Settings alphabetically
1 parent b407e8e commit 88056ac

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: docs/markdown/Invoke-ScriptAnalyzer.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -437,12 +437,14 @@ If the path, the file's or hashtable's content are invalid, it is ignored.
437437
The parameters and values in the profile take precedence over the same parameter and values specified at the command line.
438438
439439
A Script Analyzer profile file is a text file that contains a hash table with one or more of the following keys:
440-
-- Severity
441-
-- IncludeRules
442-
-- ExcludeRules
443-
-- Rules
440+
444441
-- CustomRulePath
442+
-- ExcludeRules
445443
-- IncludeDefaultRules
444+
-- IncludeRules
445+
-- RecurseCustomRulePath
446+
-- Rules
447+
-- Severity
446448
447449
The keys and values in the profile are interpreted as if they were standard parameters and parameter values of Invoke-ScriptAnalyzer.
448450

0 commit comments

Comments
 (0)