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

Add verbosity levels #23

Closed
amureki opened this issue Jul 28, 2022 · 1 comment
Closed

Add verbosity levels #23

amureki opened this issue Jul 28, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@amureki
Copy link
Collaborator

amureki commented Jul 28, 2022

In my usecase, I am defining rule with an extensive hint. While it might make sense to show it in majority of the cases, maybe sometimes in a known set of rules I just need to know which rule failed without the detailed description.
I could imagine it this way:

relint myfile.py

1>    myfile.py:12 relint rule name
2>    myfile.py:17 relint second rule name


~~~

relint myfile.py --verbose

1>    myfile.py:12 relint rule name
Hint: extensive rule description for multiple lines

2>    myfile.py:17 relint second rule name
Hint: another extensive rule description for multiple lines
@codingjoe codingjoe added the enhancement New feature or request label Jul 28, 2022
@codingjoe
Copy link
Owner

Excellent idea @amureki. Go for it!

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

No branches or pull requests

2 participants