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 'Dlint verbose' mode as a flake8 formatter option #24

Open
mschwager opened this issue Mar 12, 2020 · 0 comments
Open

Add 'Dlint verbose' mode as a flake8 formatter option #24

mschwager opened this issue Mar 12, 2020 · 0 comments

Comments

@mschwager
Copy link
Contributor

Flake8 allows for custom formatters: Developing a Formatting Plugin for Flake8.

I think there's value in having an output mode where things are very dense, and there's one finding per line. This is the current formatter for flake8. It'd also be great if there was a verbose, multi-line mode that included additional information. E.g. the physical line that fired the rule and/or some amount of surrounding lines, a link to the rule's documentation, suggestions for a fix, etc.

I'm envisioning that we develop a flake8 custom formatter that keys off a rule's code and "pretty prints" some or all of the above information to the output buffer.

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

1 participant