You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aurora.apache.org by Kevin Sweeney <ke...@apache.org> on 2014/10/21 03:09:53 UTC

Remember: Python checkstyle is enforced by Jenkins

Friendly reminder: Python checkstyle is now being enforced by Jenkins, so
styleguide violations will break the build.

If you'd like to automatically run checkstyle before you commit you can

ln -s ../../build-support/hooks/pre-commit .git/hooks

to avoid breaking the build.

Thanks,
Kevin

Re: Remember: Python checkstyle is enforced by Jenkins

Posted by Kevin Sweeney <ke...@apache.org>.
Friendly ping, as this happened again.

On Mon, Oct 20, 2014 at 6:09 PM, Kevin Sweeney <ke...@apache.org> wrote:

> Friendly reminder: Python checkstyle is now being enforced by Jenkins, so
> styleguide violations will break the build.
>
> If you'd like to automatically run checkstyle before you commit you can
>
> ln -s ../../build-support/hooks/pre-commit .git/hooks
>
> to avoid breaking the build.
>
> Thanks,
> Kevin
>