-
Notifications
You must be signed in to change notification settings - Fork 73
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
Report linting of an entire project via the github status API #70
Comments
Sounds pretty useful. |
The pygithub3 package is blocking this, as it doesn't support that endpoint yet. |
https://github.com/sigmavirus24/github3.py supports the |
My plan for this issue was to use the status endpoint for a report of the entire project's linting. @markstory do you think that's a good one to add? |
@adrianmoisey How would that work? So much of lintreview is focused on pul requests right now? |
I'm not too sure really. Let me hack away and see if I can get it working, I imagine it won't be too hard. Then you can decide if it's useful. |
It would be nice if the result of a linting of the entire project is reported to the github status api (https://github.com/blog/1227-commit-status-api).
Then there should be an option to allow this call to fail if there are more then n linting issues
The text was updated successfully, but these errors were encountered: