summaryrefslogtreecommitdiffstats
path: root/etc/checkpatch/checkpatch.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/checkpatch/checkpatch.conf')
-rw-r--r--etc/checkpatch/checkpatch.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/checkpatch/checkpatch.conf b/etc/checkpatch/checkpatch.conf
new file mode 100644
index 0000000..619dec6
--- /dev/null
+++ b/etc/checkpatch/checkpatch.conf
@@ -0,0 +1,15 @@
+--ignore AVOID_EXTERNS
+--ignore CAMELCASE
+--ignore COMPARISON_TO_NULL
+--ignore LEADING_SPACE
+--ignore LINE_SPACING
+--ignore PARENTHESIS_ALIGNMENT
+--ignore SPACING
+--ignore SPDX_LICENSE_TAG
+
+--no-tree
+--quiet
+--root=.
+--show-types
+--strict
+--verbose