-
Notifications
You must be signed in to change notification settings - Fork 87
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
Possible false positive? #236
Labels
Comments
@technion This is definitely a false positive, so it is a bug in elvis. We will take a look at it as soon as possible. Thank you for reporting this. |
Possibly related to #233 |
jfacorro
added a commit
that referenced
this issue
Jun 19, 2015
jfacorro
added a commit
that referenced
this issue
Aug 27, 2015
jfacorro
added a commit
that referenced
this issue
Aug 27, 2015
@technion This should be fixed in |
No problems, tested and confirmed resolved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm trying to resolve an issue I'm encountering with Elvis on this piece of code within a EUnit test.
The last of those lines is line 39 of the code, producing this error:
As far as I can see, that is binary data, and it shouldn't be considering those commas to be operators. Implementing those spaces changes the data the function is expecting.
If it helps, the complete codebase is here: https://github.com/technion/erlvulnscan
It's my first Erlang project so I could easily be missing something obvious :)
The text was updated successfully, but these errors were encountered: