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 05531bf commit da033a4Copy full SHA for da033a4
Rules/ProvideCommentHelp.cs
@@ -33,6 +33,12 @@ namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules
33
public class ProvideCommentHelp : ConfigurableRule
34
{
35
36
+ public ProvideCommentHelp() : base()
37
+ {
38
+ // Enable the rule by default
39
+ Enable = true;
40
+ }
41
+
42
/// <summary>
43
/// AnalyzeScript: Analyzes the ast to check that cmdlets have help.
44
/// </summary>
0 commit comments