summaryrefslogtreecommitdiffstats
path: root/etc/checkpatch/config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:40:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:40:15 +0000
commit399644e47874bff147afb19c89228901ac39340e (patch)
tree1c4c0b733f4c16b5783b41bebb19194a9ef62ad1 /etc/checkpatch/config
parentInitial commit. (diff)
downloadmanpages-399644e47874bff147afb19c89228901ac39340e.tar.xz
manpages-399644e47874bff147afb19c89228901ac39340e.zip
Adding upstream version 6.05.01.upstream/6.05.01
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'etc/checkpatch/config')
-rw-r--r--etc/checkpatch/config33
1 files changed, 33 insertions, 0 deletions
diff --git a/etc/checkpatch/config b/etc/checkpatch/config
new file mode 100644
index 0000000..b1a4b40
--- /dev/null
+++ b/etc/checkpatch/config
@@ -0,0 +1,33 @@
+--ignore AVOID_EXTERNS
+--ignore BLOCK_COMMENT_STYLE
+--ignore BRACES
+--ignore CAMELCASE
+--ignore CODE_INDENT
+--ignore COMPARISON_TO_NULL
+--ignore COMPLEX_MACRO
+--ignore CONCATENATED_STRING
+--ignore FUNCTION_ARGUMENTS
+--ignore INITIALISED_STATIC
+--ignore LEADING_SPACE
+--ignore LINE_SPACING
+--ignore LOGICAL_CONTINUATIONS
+--ignore MACRO_ARG_REUSE
+--ignore MULTIPLE_ASSIGNMENTS
+--ignore OPEN_BRACE
+--ignore PREFER_FALLTHROUGH
+--ignore PREFER_KERNEL_TYPES
+--ignore SPACING
+--ignore SPDX_LICENSE_TAG
+--ignore SPLIT_STRING
+--ignore STATIC_CONST_CHAR_ARRAY
+--ignore SUSPECT_CODE_INDENT
+--ignore TRAILING_STATEMENTS
+--ignore UNNECESSARY_PARENTHESES
+--ignore VOLATILE
+
+--no-tree
+--quiet
+--root=.
+--show-types
+--strict
+--verbose