aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2015-09-10 15:03:28 -0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-09-11 11:53:18 +0300
commit7276bda13f34deac524f6e4f1c5c26b4b7b194ee (patch)
tree18e019e6930cfc77d79087a1614a94fa038e91e5
parent39ac1e3c6fb32391bbc533d1bde7c139eb5dcebc (diff)
checkpatch.conf allow split strings
ODP has proven a need to accommodate strings that cannot be accommodated on an 80 character line. Allow spilt strings as the preferred way of solving the issue so that check patch rules do not make code submission impossible. Do this in a way that does not require merging local changes to check patch when updating to a new upstream version. https://bugs.linaro.org/show_bug.cgi?id=1746 Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--.checkpatch.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index fbbb1465..c9f2896e 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -1,5 +1,6 @@
--no-tree
--strict
+--ignore=SPLIT_STRING
--ignore=NEW_TYPEDEFS
--ignore=DEPRECATED_VARIABLE
--codespell