We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15e701 commit f6ba095Copy full SHA for f6ba095
Tests/Engine/GetScriptAnalyzerRule.tests.ps1
@@ -118,11 +118,7 @@ Describe "TestSeverity" {
118
119
It "filters rules based on multiple severity inputs"{
120
$rules = Get-ScriptAnalyzerRule -Severity Error,Information
121
-<<<<<<< HEAD
122
$rules.Count | Should be 13
123
-=======
124
- $rules.Count | Should be 12
125
->>>>>>> c29d7fbafdc3fd3e5a447ec2b33211a3783f3c96
126
}
127
128
It "takes lower case inputs" {
@@ -141,4 +137,4 @@ Describe "TestWildCard" {
141
137
$rules = Get-ScriptAnalyzerRule -Name PSDSC* -Severity Information
142
138
$rules.Count | Should be 3
143
139
144
-}
140
+}
0 commit comments