]> git.proxmox.com Git - mirror_ovs.git/commit - utilities/checkpatch.py
checkpatch: Don't enforce char limit on tests.
authorJoe Stringer <joe@ovn.org>
Thu, 7 Apr 2016 17:49:15 +0000 (10:49 -0700)
committerJoe Stringer <joe@ovn.org>
Sat, 9 Apr 2016 01:31:17 +0000 (18:31 -0700)
commit6982ee960e47616f4bd5178d94740e81feaea26c
tree7bebdecee9d652672b92caea5bf1759af1c9584e
parent62453dada95c0b2d91525700008aa9899e5c98a8
checkpatch: Don't enforce char limit on tests.

Although tests ideally also stick to shorter line lengths, it is very
common for fixed text blocks like flows or large packets to be specified
within tests. Checkpatch shouldn't complain about cases like these.

Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Russell Bryant <russell@ovn.org>
Tested-by: Aaron Conole <aconole@redhat.com>
utilities/checkpatch.py