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
I think it would be cool to be able to put
//swiftlint:disable:next variable_name trailing_whitespace
and have it disable both of those rules for the next line. Currently, to achieve something similar Im doing:
//swiftlint:disable variable_name <offending line of swift code> //swiftlint:disable:this trailing_whitespace
The text was updated successfully, but these errors were encountered:
+1 agree with that
Sorry, something went wrong.
Done in #897
No branches or pull requests
I think it would be cool to be able to put
//swiftlint:disable:next variable_name trailing_whitespace
and have it disable both of those rules for the next line. Currently, to achieve something similar Im doing:
The text was updated successfully, but these errors were encountered: