-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rule to warn against having a semicolon at the end of the line #824
Comments
I actually put semicolons at the end of a line by design so that I can safely copy-paste the script into any console host (I use |
This rule would help enforce this PoshCode style guideline: |
It's a rule to warn about lines ending with a semicolon
It's a rule to warn about lines ending with a semicolon
It's a rule to warn about lines ending with a semicolon
It's a rule to warn about lines ending with a semicolon
…ing with a semicolon. Fix (#824) (#1806) * Add the AvoidSemicolonsAsLineTerminators (#824) It's a rule to warn about lines ending with a semicolon * Update Engine/Formatter.cs with suggestion Co-authored-by: Christoph Bergmeister <[email protected]>
Implemented in #1806 |
We should warn against using semicolons at the end of a line.
The text was updated successfully, but these errors were encountered: