We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce07993 commit 489b37fCopy full SHA for 489b37f
rules/UseSupportsShouldProcess.cs
@@ -28,7 +28,7 @@ namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules
28
#if !CORECLR
29
[Export(typeof(IScriptRule))]
30
#endif
31
- class UseSupportsShouldProcess : IScriptRule
+ public class UseSupportsShouldProcess : IScriptRule
32
{
33
private const char whitespace = ' ';
34
private const int indentationSize = 4;
0 commit comments