Skip to content
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

Extract REDUNDANT_SEMICOLON rule check from the logic associated with WRONG_NEWLINES #1863

Closed
DrAlexD opened this issue Dec 14, 2023 · 0 comments · Fixed by #1864
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@DrAlexD
Copy link
Member

DrAlexD commented Dec 14, 2023

No description provided.

@DrAlexD DrAlexD added the bug Something isn't working label Dec 14, 2023
@DrAlexD DrAlexD self-assigned this Dec 14, 2023
@DrAlexD DrAlexD added this to the 2.0.0 milestone Dec 14, 2023
DrAlexD added a commit that referenced this issue Dec 14, 2023
… `WRONG_NEWLINES` rule

### What's done:
- `REDUNDANT_SEMICOLON` rule check moved to earlier checks to remove unnecessary semicolons before executing the rest of the rules.
- Moved several warning and fix tests related to `REDUNDANT_SEMICOLON` rule.

Closes #1863, #1783
DrAlexD added a commit that referenced this issue Dec 15, 2023
…#1864)

### What's done:
- `REDUNDANT_SEMICOLON` rule check moved to earlier checks to remove unnecessary semicolons before executing the rest of the rules.
- Moved several warning and fix tests related to `REDUNDANT_SEMICOLON` rule.
- Added smoke test for logic related to semicolons.
- Added warning test for `LocalVariablesRule`.

Closes #1863, #1783
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant