File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules
26
26
#if ! CORECLR
27
27
[ Export ( typeof ( IScriptRule ) ) ]
28
28
#endif
29
- class AlignAssignmentStatement : ConfigurableRule
29
+ public class AlignAssignmentStatement : ConfigurableRule
30
30
{
31
31
// We keep this switch even though the rule has only one switch (this) as of now, because we want
32
32
// to let the rule be expandable in the future to allow formatting assignments even
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules
87
87
#if !CORECLR
88
88
[Export(typeof(IScriptRule))]
89
89
#endif
90
- class {0} : IScriptRule
90
+ public class {0} : IScriptRule
91
91
{{
92
92
/// <summary>
93
93
/// Analyzes the given ast to find the [violation]
@@ -483,4 +483,4 @@ Function Remove-Rule
483
483
}
484
484
485
485
Export-ModuleMember - Function Add-Rule
486
- Export-ModuleMember - Function Remove-Rule
486
+ Export-ModuleMember - Function Remove-Rule
You can’t perform that action at this time.
0 commit comments