Skip to content

Commit abd88a8

Browse files
bergmeisterJamesWTruher
authored andcommitted
Allow formatter to optionally correct aliases (#1277)
1 parent a449c2c commit abd88a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Engine/Formatter.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ public static string Format<TCmdlet>(
4141
"PSUseConsistentWhitespace",
4242
"PSUseConsistentIndentation",
4343
"PSAlignAssignmentStatement",
44-
"PSUseCorrectCasing"
44+
"PSUseCorrectCasing",
45+
"PSAvoidUsingCmdletAliases",
4546
};
4647

4748
var text = new EditableText(scriptDefinition);

0 commit comments

Comments
 (0)