[PATCH 2/3] Skip running pylint on files containing "skip-file".

Chris Lumens clumens at redhat.com
Tue Apr 8 21:16:01 UTC 2014


> You can change the if line to just "if grep -q '# pylint: skip-file'
> $1; then" and not use [ at all. Other than that these three look
> fine.

Done!

- Chris


More information about the anaconda-patches mailing list