Skip to content

Commit 292fc33

Browse files
bergmeisterrjmholt
authored andcommitted
Do not enable PSAvoidTrailingWhitespace rule by default as it currenly flags whitespace-only lines as well (#704)
1 parent a023b4e commit 292fc33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PowerShellEditorServices/Analysis/AnalysisService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public class AnalysisService : IDisposable
7272
"PSUseDeclaredVarsMoreThanAssignments",
7373
"PSPossibleIncorrectComparisonWithNull",
7474
"PSAvoidDefaultValueForMandatoryParameter",
75-
"PSAvoidTrailingWhitespace",
7675
"PSPossibleIncorrectUsageOfRedirectionOperator"
7776
};
7877

0 commit comments

Comments
 (0)