From: Alejandro Colomar Date: Mon, 1 Aug 2022 14:57:53 +0000 (+0200) Subject: .checkpatch.conf, CPPLINT.cfg: Ignore some warnings from 'make lint-c' X-Git-Tag: man-pages-6.0-rc1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa02c80de446578f22debcfbddae1e6264747ed7;p=thirdparty%2Fman-pages.git .checkpatch.conf, CPPLINT.cfg: Ignore some warnings from 'make lint-c' Signed-off-by: Alejandro Colomar --- diff --git a/etc/checkpatch/config b/etc/checkpatch/config index ce7b453cb7..7b99c3fdfe 100644 --- a/etc/checkpatch/config +++ b/etc/checkpatch/config @@ -1,3 +1,4 @@ +--ignore AVOID_EXTERNS --ignore BLOCK_COMMENT_STYLE --ignore BRACES --ignore CAMELCASE diff --git a/etc/cpplint/CPPLINT.cfg b/etc/cpplint/CPPLINT.cfg index edd4ec79fd..7bdd508456 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/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