We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please see an example below.
struct SwiftLint { let title: String let catchphrase: String } let hoge = SwiftLint( title: "title", catchphrase: "catchphrase" // Warning Occurred )
Warning is ...
Statement Position Violation: Else and catch should be on the same line, one space after the previous declaration. (statement_position)
Check this issue, please. Thank you.
The text was updated successfully, but these errors were encountered:
fix statement position rule false positives. fixes #237.
9276ec1
Thanks for reporting this along with a good repro case. This is now fixed in #238.
Sorry, something went wrong.
remove the space between the statement written under if and else.
No branches or pull requests
Please see an example below.
Warning is ...
Check this issue, please.
Thank you.
The text was updated successfully, but these errors were encountered: