aboutsummaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2020-06-11 08:07:34 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2020-06-11 11:11:43 +0300
commita6fa12bccd36b4646bbaa63d0a389f7071378176 (patch)
tree5c6715009914daad551cdd454b3cb1b2e024b292 /.checkpatch.conf
parent1302f13483edc54e315cbf3e6a701233a2becc29 (diff)
checkpatch: ignore EMAIL_SUBJECT warnings
Without this ignore checkpatch warns about mentioning checkpatch in the commit subject line. 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 cd771b724..7c179e3e8 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -18,5 +18,6 @@
--ignore=SPDX_LICENSE_TAG
--ignore=PREFER_FALLTHROUGH
--ignore=LONG_LINE_STRING
+--ignore=EMAIL_SUBJECT
--codespell
--codespellfile=/usr/share/codespell/dictionary.txt