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 support for passing linting statistics in as file or argument #4

Open
drewsilcock opened this issue Nov 6, 2018 · 1 comment
Open

Comments

@drewsilcock
Copy link

It would be really useful to have support for other methods of inputting the output of the linting statistics. Currently they must be passed in by stdin, however I can see two other potential uses:

  • Read from file - useful when piping output between commands is difficult.
  • Pass string in directly - useful when generating chart from another python module via import flake8chart as opposed to using as a command-line utility.
@drewsilcock
Copy link
Author

(Awesome module by the way, so satisfying to chart your progression when reducing those pesky linting errors!)

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