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
- Whitespace linter: Fix improper pluralization of "add 1 line breaks".
- `DoNotUseSemicolons`: Only show the part of the message about moving
the next statement to a new line if a statement actually follows the
semicolon on the same line.
- `DontRepeatTypeInStaticProperties`: Place the finding on the
identifier, not at the start of the decl.
- `FullyIndirectEnum`: Move the finding to the `enum` keyword and add
notes to each `indirect` keyword that should be removed.
- `GroupNumericLiterals`: Clean up the finding message and include the
numeric base of the literal.
- `NoAccessLevelOnExtensionDeclaration`: Add notes for each extension
declaration that needs to have the access modifier added to it.
- `NoCasesWithOnlyFallthrough`: Put findings at the right locations.
- `NoEmptyTrailingClosureParentheses`: Place the finding on the
parentheses themselves.
- `NoParensAroundConditions`: Place the finding on the parentheses
themselves.
- `TypeNamesShouldBeCapitalized`: Place the finding on the name
instead of the declaration and clean up the message to make it
more consistent with other rules.
- `UseEarlyExits`: Put findings at the right locations.
- `UseTripleSlashForDocumentationComments`: Place the finding on the
comment, not on the declaration.
0 commit comments