Skip to content

Commit 0b0626e

Browse files
committed
Merge pull request #296 from PowerShell/DeprecateUninitializedVariableRuleBranch
Deprecated uninitialized variable rule
2 parents 297140f + 9573b34 commit 0b0626e

23 files changed

+25
-8
lines changed
File renamed without changes.

Rules/ScriptAnalyzerBuiltinRules.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
<Compile Include="AvoidShouldContinueWithoutForce.cs" />
6161
<Compile Include="AvoidUsingDeprecatedManifestFields.cs" />
6262
<Compile Include="ProvideDefaultParameterValue.cs" />
63-
<Compile Include="AvoidUninitializedVariable.cs" />
6463
<Compile Include="AvoidUsernameAndPasswordParams.cs" />
6564
<Compile Include="AvoidUsingComputerNameHardcoded.cs" />
6665
<Compile Include="AvoidUsingConvertToSecureStringWithPlainText.cs" />
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)