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
Currently stuff like a==b?c:d does not register an offence for the missing whitespace around ? and :.
a==b?c:d
?
:
I think I have a fix for it, a pull request coming in shortly.
The text was updated successfully, but these errors were encountered:
1456492
Merge pull request #80 from emou/ternary-operator-surrounding-whitespace
a2a5945
Fix #79 - Ternary operator missing whitespace detection
Great catch!
Sorry, something went wrong.
No branches or pull requests
Currently stuff like
a==b?c:d
does not register an offence for the missing whitespace around?
and:
.I think I have a fix for it, a pull request coming in shortly.
The text was updated successfully, but these errors were encountered: