Skip to content

Commit 3b3f0ed

Browse files
committed
Merge pull request #389 from PowerShell/DeprecateInternalUrlRuleBranch
Deprecate Internal Url Rule
2 parents 1c36127 + 07ae095 commit 3b3f0ed

File tree

6 files changed

+1
-2
lines changed

6 files changed

+1
-2
lines changed

Rules/ScriptAnalyzerBuiltinRules.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
<Compile Include="AvoidUsernameAndPasswordParams.cs" />
6464
<Compile Include="AvoidUsingComputerNameHardcoded.cs" />
6565
<Compile Include="AvoidUsingConvertToSecureStringWithPlainText.cs" />
66-
<Compile Include="AvoidUsingInternalURLs.cs" />
6766
<Compile Include="AvoidUsingInvokeExpression.cs" />
6867
<Compile Include="AvoidUsingPlainTextForPassword.cs" />
6968
<Compile Include="AvoidUsingWMICmdlet.cs" />

Tests/Engine/GetScriptAnalyzerRule.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Describe "TestSeverity" {
122122

123123
It "filters rules based on multiple severity inputs"{
124124
$rules = Get-ScriptAnalyzerRule -Severity Error,Information
125-
$rules.Count | Should be 14
125+
$rules.Count | Should be 13
126126
}
127127

128128
It "takes lower case inputs" {

0 commit comments

Comments
 (0)