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
Some tools out too much lines (pylint). Ondivi must show only violations without other messages
Actual:
$ pylint file.py | ondivi ************* Module file file.py:12:0: C0301: Line too long (119/100) (line-too-long) ------------------------------------------------------------------
Expected:
$ pylint file.py | ondivi file.py:12:0: C0301: Line too long (119/100) (line-too-long)
The text was updated successfully, but these errors were encountered:
@blablatdinov the puzzle #50 is still not solved.
Sorry, something went wrong.
@blablatdinov the only puzzle #50 is solved here.
No branches or pull requests
Some tools out too much lines (pylint). Ondivi must show only violations without other messages
Actual:
Expected:
The text was updated successfully, but these errors were encountered: