Skip to content

Commit

Permalink
Update available-rules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vtchem authored Jul 11, 2022
1 parent cc23771 commit 8328d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info/available-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
| 3 | 3.6.1 | MORE_THAN_ONE_STATEMENT_PER_LINE | Check: warns if there is more than one statement per line. | yes | no | - |
| 3 | 3.6.2 | REDUNDANT_SEMICOLON | Check: warns if semicolons are used at the end of a line.<br>Fix: removes the semicolon. | yes | no | - |
| 3 | 3.6.2 | WRONG_NEWLINES | Check: warns if line breaks do not follow the code style guide.<br>Fix: fixes incorrect line breaks. | yes | no | - |
| 3 | 3.6.2 | COMPLEX_EXPRESSION | Check: warns if a long dot qualified expression is used in a condition or as an argument. | no | no | - |
| 3 | 3.6.2 | COMPLEX_EXPRESSION | Check: warns if a long dot-qualified expression is used in a condition or as an argument. | no | no | - |
| 3 | 3.6.2 | TRAILING_COMMA | Check: warns if a trailing comma is missing. | yes | valueArgument valueParameter indices whenConditions collectionLiteral typeArgument typeParameter destructuringDeclaration | - |
| 3 | 3.7.1 | TOO_MANY_BLANK_LINES | Check: warns if blank lines are used or placed incorrectly.<br>Fix: removes redundant blank lines. | yes | no | |
| 3 | 3.8.1 | WRONG_WHITESPACE | Check: warns if the usage of horizontal spaces violates the code style guide.<br>Fix: fixes incorrect whitespaces. | yes | no | - |
Expand Down

0 comments on commit 8328d15

Please sign in to comment.