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 a0365a5 commit 0ea441cCopy full SHA for 0ea441c
Engine/Formatter.cs
@@ -47,6 +47,7 @@ public static string Format<TCmdlet>(
47
"PSAvoidUsingDoubleQuotesForConstantString",
48
"PSAvoidSemicolonsAsLineTerminators",
49
"PSAvoidExclaimOperator",
50
+ "PSAvoidTrailingWhitespace",
51
};
52
53
var text = new EditableText(scriptDefinition);
0 commit comments