You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+48Lines changed: 48 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ If you have previous version of PSScriptAnalyzer installed on your machine, you
52
52
53
53
To confirm installation: run ```Get-ScriptAnalyzerRule``` in the PowerShell console to obtain the built-in rules
54
54
55
+
55
56
Suppressing Rules
56
57
=================
57
58
@@ -132,6 +133,53 @@ To match all functions/variables/parameters/objects, use `*` as the value of the
132
133
133
134
134
135
136
+
Profile support in ScriptAnalyzer
137
+
========================================
138
+
139
+
Profiles that describe ScriptAnalyzer rules to include/exclude based on `Severity` can be created and supplied to `Invoke-ScriptAnalyzer` using the `-profile` parameter. This enables a user to create custom configuration for a specific environment.
0 commit comments