We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d637c37 commit 20c991eCopy full SHA for 20c991e
Utils/RuleMaker.psm1
@@ -87,7 +87,7 @@ namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules
87
#if !CORECLR
88
[Export(typeof(IScriptRule))]
89
#endif
90
- class {0} : IScriptRule
+ public class {0} : IScriptRule
91
{{
92
/// <summary>
93
/// Analyzes the given ast to find the [violation]
@@ -483,4 +483,4 @@ Function Remove-Rule
483
}
484
485
Export-ModuleMember -Function Add-Rule
486
-Export-ModuleMember -Function Remove-Rule
+Export-ModuleMember -Function Remove-Rule
0 commit comments