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
These two lines are reported by elvis:
error1() -> [$,, "where $, represents the character ,"]. error2(<<_:10/binary, ",", _/binary>>) -> "where , is in a string but inside a binary".
Both of them are reported as
- operator_spaces - Missing space after "," on line …
The text was updated successfully, but these errors were encountered:
[#181] Fix webhook test.
8f1fb61
[#181] Fixed line_length rule test. Removed unused function. Removed …
592a781
…warnings from line_length fail test case.
[#181] Modified the search algorithm in elvis_code. Added test case f…
ba61e64
…or operator_spaces rule.
[#181] Changed https to git. Update version of katana dep.
7209920
531f6a2
jfacorro
No branches or pull requests
These two lines are reported by elvis:
Both of them are reported as
The text was updated successfully, but these errors were encountered: