diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:40:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:40:15 +0000 |
commit | 399644e47874bff147afb19c89228901ac39340e (patch) | |
tree | 1c4c0b733f4c16b5783b41bebb19194a9ef62ad1 /.checkpatch.conf | |
parent | Initial commit. (diff) | |
download | manpages-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 '')
-rw-r--r-- | .checkpatch.conf | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf new file mode 100644 index 0000000..b1a4b40 --- /dev/null +++ b/.checkpatch.conf @@ -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 |