checkpatch.conf: Update rules
commit2e17eaed1bfb2e6362790b4a7590c48c6602a8bf
authorMartin Roth <martinroth@google.com>
Sun, 5 Mar 2017 01:51:16 +0000 (4 18:51 -0700)
committerMartin Roth <martinroth@google.com>
Thu, 9 Mar 2017 03:37:28 +0000 (9 04:37 +0100)
treeefa91bccf1b7518a91a57cf8d998b2b8b0b1f636
parenta3cac87ea805689f791e5e47ef12afff1c7e2b5d
checkpatch.conf: Update rules

- Remove the "MISSING_SPACE" check which checks for breaks at a space in
a string concatenation.  Most of the time this makes sense, but we
occasionally need to break where there isn't a space, so having a hard
rule doesn't always work.

- Don't check the vendorcode directory for compliance to coreboot's
code format rules.

Change-Id: Ic07677b19520b5d22363834c77f5dee7bba9e429
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/18569
Tested-by: build bot (Jenkins)
Reviewed-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com>
.checkpatch.conf