mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +02:00
stylecheck: Ignore SPLIT_STRING
The JSON parser unit test heavily uses multiline strings so we can read the embedded JSON properly. It seems there is no better way to make checkpatch happy here. Signed-off-by: Felix Walter <felix.walter@d3tn.com>
This commit is contained in:
parent
030b0bf75a
commit
53188b458a
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ CHECKPATCH_FLAGS="--no-tree --terse --show-types --ignore AVOID_EXTERNS \
|
|||
--ignore COMPLEX_MACRO --ignore NEW_TYPEDEFS --ignore FUNCTION_ARGUMENTS \
|
||||
--ignore SPDX_LICENSE_TAG --ignore PREFER_DEFINED_ATTRIBUTE_MACRO --ignore REPEATED_WORD \
|
||||
--ignore PREFER_KERNEL_TYPES --ignore LONG_LINE_STRING --ignore CAMELCASE \
|
||||
--ignore SPLIT_STRING \
|
||||
--typedefsfile ./tools/analysis/stylecheck_typedefs.txt --emacs --file \
|
||||
--max-line-length=100"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue