Would it be possible to use travis for flake8/docs checks? That would
hopefully automatically show up as two separate flags on the status API. Of
course it would be really nice if the docs and flake8/isort and tests all
displayed separately.

An alternative could be to use code climate which currently has as private
alpha for python: https://codeclimate.com/python

Marc

On 29 January 2015 at 13:18, Tim Graham <[email protected]> wrote:

> As a code reviewer, I've really appreciated that we've cleaned up the code
> using flake8 and have automated "enforcement" via the CI server. I'd like
> to extend the idea to apply to standardizing import ordering using isort
> [1]. This mail is to advise everyone of the change and to address any
> concerns.
>
> Documentation:
> https://github.com/django/django/pull/4008
>
> Automated cleanups:
> https://github.com/django/django/pull/4009
>
> On a related note, the UI for flake8 errors isn't currently very good (you
> have to look at the bottom of the Jenkins build logs). I'd like to improve
> that by using a separate service that uses the GitHub status API [2] so
> that the check can run separately from the tests build. I don't want to
> reinvent the wheel though, so if there is an existing service we can use
> for this, great. I'd like to also add checks for documentation build and
> spelling errors, as well as isort checks (assuming adoption per above).
>
> [1] https://github.com/timothycrosley/isort#readme
> [2]
> https://github.com/blog/1935-see-results-from-all-pull-request-status-checks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/django-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/d356e388-fa45-4fdf-871f-ce484a7b43bf%40googlegroups.com
> <https://groups.google.com/d/msgid/django-developers/d356e388-fa45-4fdf-871f-ce484a7b43bf%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMwjO1H-Kas-tWwyM8G9dO9dRwtOjG%2BTXxXWAFoxVAXqq87owg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to