Skip to content

Commit 28eed0b

Browse files
author
Kapil Borle
committed
Move ConfigurableScriptRule class to Engine project
1 parent a06a9bb commit 28eed0b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Engine/ScriptAnalyzerEngine.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
<Compile Include="Commands\InvokeScriptAnalyzerCommand.cs" />
7171
<Compile Include="Generic\AvoidCmdletGeneric.cs" />
7272
<Compile Include="Generic\AvoidParameterGeneric.cs" />
73+
<Compile Include="Generic\ConfigurableScriptRule.cs" />
7374
<Compile Include="Generic\ModuleDependencyHandler.cs" />
7475
<Compile Include="Generic\CorrectionExtent.cs" />
7576
<Compile Include="Generic\SuppressedRecord.cs" />

Rules/ScriptAnalyzerBuiltinRules.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
<Compile Include="AvoidUsingPlainTextForPassword.cs" />
8989
<Compile Include="AvoidUsingWMICmdlet.cs" />
9090
<Compile Include="AvoidUsingWriteHost.cs" />
91-
<Compile Include="ConfigurableScriptRule.cs" />
9291
<Compile Include="DscTestsPresent.cs" />
9392
<Compile Include="DscExamplesPresent.cs" />
9493
<Compile Include="MisleadingBacktick.cs" />

0 commit comments

Comments
 (0)