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
+48
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ If you have previous version of PSScriptAnalyzer installed on your machine, you
39
39
40
40
To confirm installation: run ```Get-ScriptAnalyzerRule``` in the PowerShell console to obtain the built-in rules
41
41
42
+
42
43
Suppressing Rules
43
44
=================
44
45
@@ -119,6 +120,53 @@ To match all functions/variables/parameters/objects, use `*` as the value of the
119
120
120
121
121
122
123
+
Profile support in ScriptAnalyzer
124
+
========================================
125
+
126
+
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