You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… `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
…#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
No description provided.
The text was updated successfully, but these errors were encountered: