Skip to content

Commit

Permalink
Do not enable PSAvoidTrailingWhitespace rule by default as it currenl…
Browse files Browse the repository at this point in the history
…y flags whitespace-only lines as well (#704)
  • Loading branch information
bergmeister authored and rjmholt committed Jul 12, 2018
1 parent a023b4e commit 292fc33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PowerShellEditorServices/Analysis/AnalysisService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public class AnalysisService : IDisposable
"PSUseDeclaredVarsMoreThanAssignments",
"PSPossibleIncorrectComparisonWithNull",
"PSAvoidDefaultValueForMandatoryParameter",
"PSAvoidTrailingWhitespace",
"PSPossibleIncorrectUsageOfRedirectionOperator"
};

Expand Down

0 comments on commit 292fc33

Please sign in to comment.