aboutsummaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2020-05-06 17:27:47 +0300
committerJérôme Forissier <jerome@forissier.org>2020-05-14 18:27:25 +0200
commit11ec4014a623bddef42b43580a58e3fa1f2af0f7 (patch)
tree3944aaf3d5368fc1b57ce2c513b4859c696496e7 /.checkpatch.conf
parentfd4db3ee6452c0c6df83d1ad3ec2d98f29e922fa (diff)
checkpatch: move options to config file
move checkpatch command line options to config file setting. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Acked-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
new file mode 100644
index 00000000..3bd94ee5
--- /dev/null
+++ b/.checkpatch.conf
@@ -0,0 +1,10 @@
+--no-tree
+--quiet
+--strict
+--ignore=CAMELCASE
+--ignore=CONCATENATED_STRING
+--ignore=FILE_PATH_CHANGES
+--ignore=GERRIT_CHANGE_ID
+--ignore=NOT_UNIFIED_DIFF
+--ignore=PREFER_KERNEL_TYPES
+--ignore=USLEEP_RANGE