Skip to content

Commit

Permalink
Allow formatter to optionally correct aliases (PowerShell#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmeister authored and JamesWTruher committed Aug 27, 2019
1 parent a449c2c commit abd88a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Engine/Formatter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ public static string Format<TCmdlet>(
"PSUseConsistentWhitespace",
"PSUseConsistentIndentation",
"PSAlignAssignmentStatement",
"PSUseCorrectCasing"
"PSUseCorrectCasing",
"PSAvoidUsingCmdletAliases",
};

var text = new EditableText(scriptDefinition);
Expand Down

0 comments on commit abd88a8

Please sign in to comment.