]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
.checkpatch.conf, CPPLINT.cfg: Ignore some warnings from 'make lint-c'
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 1 Aug 2022 14:57:53 +0000 (16:57 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 1 Aug 2022 14:58:00 +0000 (16:58 +0200)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
etc/checkpatch/config
etc/cpplint/CPPLINT.cfg

index ce7b453cb7370bf98ce8064e11487116572e937c..7b99c3fdfe4b13a24c3b3065a9e886084be88451 100644 (file)
@@ -1,3 +1,4 @@
+--ignore AVOID_EXTERNS
 --ignore BLOCK_COMMENT_STYLE
 --ignore BRACES
 --ignore CAMELCASE
index edd4ec79fd2ed51580f245b342eea8683732b2d7..7bdd508456681efd28e568a4fe14ccb00fc19c5a 100644 (file)
@@ -1,2 +1,2 @@
-filter=-build/include_subdir,-legal/copyright,-readability/alt_tokens,-readability/casting,-readability/multiline_comment,-runtime/int,-runtime/threadsafe_fn,-whitespace/blank_line,-whitespace/braces
+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