checkpatch.py: A simple script for finding patch issues
authorAaron Conole <aconole@redhat.com>
Thu, 31 Mar 2016 14:45:35 +0000 (10:45 -0400)
committerBen Pfaff <blp@ovn.org>
Thu, 31 Mar 2016 15:29:14 +0000 (08:29 -0700)
commitc599d5ccf3166b9af34e6941670d75b07a56f74f
tree00c80e6e6ac9183b5cce481e69d5d1ae20fc890e
parentfdb876e405c797d789a38f06ad90f8402155f7b6
checkpatch.py: A simple script for finding patch issues

Most projects have a checkpatch facility, which can be used as a pre-commit
sanity check. This introduces such a mechanism to the Open vSwitch project
to catch some of the more silly formatting mistakes which can occur. It is
not meant to replace good code review practices, but it can help eliminate
the silly code review issues which get added.

Suggested-by: Mauricio Vásquez <mauricio.vasquezbernal@studenti.polito.it>
Signed-off-by: Aaron Conole <aconole@redhat.com>
[blp@ovn.org adjusted long line threshold and treatment of terminal]
Signed-off-by: Ben Pfaff <blp@ovn.org>
CONTRIBUTING.md
utilities/automake.mk
utilities/checkpatch.py [new file with mode: 0755]