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 a449c2c commit abd88a8Copy full SHA for abd88a8
Engine/Formatter.cs
@@ -41,7 +41,8 @@ public static string Format<TCmdlet>(
41
"PSUseConsistentWhitespace",
42
"PSUseConsistentIndentation",
43
"PSAlignAssignmentStatement",
44
- "PSUseCorrectCasing"
+ "PSUseCorrectCasing",
45
+ "PSAvoidUsingCmdletAliases",
46
};
47
48
var text = new EditableText(scriptDefinition);
0 commit comments