Skip to content
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

Show only violations in output #48

Closed
blablatdinov opened this issue Jun 20, 2024 · 2 comments
Closed

Show only violations in output #48

blablatdinov opened this issue Jun 20, 2024 · 2 comments

Comments

@blablatdinov
Copy link
Owner

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)
@0pdd
Copy link
Collaborator

0pdd commented Jun 20, 2024

@blablatdinov the puzzle #50 is still not solved.

@blablatdinov blablatdinov changed the title Show only violations on output Show only violations in output Jun 20, 2024
@0pdd
Copy link
Collaborator

0pdd commented Jun 20, 2024

@blablatdinov the only puzzle #50 is solved here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants