summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-08-31 02:01:49 +0200
committerAlejandro Colomar <alx@kernel.org>2023-08-31 02:01:49 +0200
commite150a27e5b890ee658dc99fc1586b3701d3d510e (patch)
treeef53fdb733010725f3585f47c7d0a466ecc170a4 /etc
parent2d2365ad5f316bf2eee367adf436a50df42f1a1a (diff)
CPPLINT.cfg: Ignore warnings with false positives
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/cpplint/CPPLINT.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/cpplint/CPPLINT.cfg b/etc/cpplint/CPPLINT.cfg
index 7bdd50845..b0b018de4 100644
--- a/etc/cpplint/CPPLINT.cfg
+++ b/etc/cpplint/CPPLINT.cfg
@@ -1,2 +1,2 @@
-filter=-build/include_subdir,-legal/copyright,-readability/alt_tokens,-readability/braces,-readability/casting,-readability/multiline_comment,-runtime/int,-runtime/threadsafe_fn,-whitespace/blank_line,-whitespace/braces
+filter=-build/include_order,-build/include_subdir,-legal/copyright,-readability/alt_tokens,-readability/braces,-readability/casting,-readability/multiline_comment,-runtime/int,-runtime/printf,-runtime/threadsafe_fn,-whitespace/blank_line,-whitespace/braces,-whitespace/parens