-
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
"Space around operators most of the time, but not here." Issue #52
Comments
Worth noting the false positive I got here.... |
Hi Nicholas, your first example is clearly a bug in Credo. In the second example, the help text is wrong 😞 my bad! Will investigate and fix soon! |
And thx for reporting! 👍 |
|
@rrrene I have a similar false positive for this line (a simple input to integer function): Just checked with 0.3.6, but the "There are spaces around operators most of the time, but not here" message still appears for this line. Shall I open another issue or want you re-open this one? |
@Crack Please check with cough |
Works like a charm, thanks 👍 |
Is the first issue mentioned supposed to be fixed? I can still get that issue using
|
I'm getting this error for a test where I want to assert a negative result. I'm using
|
@rrrene I just want to check that you are getting these messages. |
This has been fixed for Elixir version |
I do prefer space around my operators, but I do also like to have negative numbers.
-20 * -13
also seems acceptable to me as well. Thoughts?The text was updated successfully, but these errors were encountered: