-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
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
consistency issue bug with parenthesis spaces #38
Comments
Aren't those curly parentheses? (sorry, not a native speaker) The check currently looks at |
Ah, it's curly brackets, right? |
Ah, I thought that this was just a naming issue. Maybe change the recommendation to something like this?
|
Perfect, will incorporate your suggestion when I get home! 👍 |
Great, I am sending a pull request both for presence and lack of whitespace. |
This is fixed in |
Credo reports that "There are no spaces after/before parentheses, but here there are." for this line:
Changing the code to this removes the consistency issue notification:
Obviously, those are not parenthesis :)
The text was updated successfully, but these errors were encountered: