Aaron Conole <[email protected]> writes:

> The following series refactors checkpatch to make
> file-type specific checks.  This lets checkpatch have
> finer grained checks, and should reduce the amount
> of false positives.
>
> Additionally, I've incorporated an older request to print
> files in the more standard `filename:lineno: ` form that
> most editors support out of the box.  And while I was in
> there, I added pretty colors, because we all need some
> color in our terminals.
>
> Aaron Conole (7):
>   checkpatch: introduce a flexible framework
>   checkpatch: common print_line
>   checkpatch: move the checks to the framework
>   checkpatch: correct a parsing issue
>   checkpatch: print conformance
>   checkpatch: filename from hunks fix
>   checkpatch: fix pointer declaration
>
>  utilities/checkpatch.py | 165 
> ++++++++++++++++++++++++++++++++----------------
>  1 file changed, 111 insertions(+), 54 deletions(-)

Ugh... just noticed that this introduces a flake8 failure.

I'm going to rework this and remove .py files from the line-length
exemption.  I know flake8 covers it, too - but it would have saved me
from this mistake.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to