aboutsummaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2020-06-10 14:11:56 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2020-06-11 11:11:43 +0300
commit1302f13483edc54e315cbf3e6a701233a2becc29 (patch)
tree3e7ebe311a473a49978c5e9458578e8facef0d35 /.checkpatch.conf
parent79ffd86ff506063bbafd6d8c21888832ac882f62 (diff)
checkpatch: ignore LONG_LINE_STRING warnings
Allow string lines longer than max line length. Remove now unnecessary modifications to the checkpatch file. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index d361fe923..cd771b724 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -17,5 +17,6 @@
--ignore=UNNECESSARY_PARENTHESES
--ignore=SPDX_LICENSE_TAG
--ignore=PREFER_FALLTHROUGH
+--ignore=LONG_LINE_STRING
--codespell
--codespellfile=/usr/share/codespell/dictionary.txt