From: Alejandro Colomar Date: Wed, 5 Nov 2025 17:59:58 +0000 (+0100) Subject: etc/cpplint/cpplint.cfg: Ignore build/include_what_you_use X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=inline;p=thirdparty%2Fman-pages.git etc/cpplint/cpplint.cfg: Ignore build/include_what_you_use We already run iwyu(1) on a separate target (lint-c-iwyu). Signed-off-by: Alejandro Colomar --- diff --git a/etc/cpplint/cpplint.cfg b/etc/cpplint/cpplint.cfg index 865fa979b..a44df1e17 100644 --- a/etc/cpplint/cpplint.cfg +++ b/etc/cpplint/cpplint.cfg @@ -1,2 +1 @@ -filter=-build/header_guard,-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 - +filter=-build/header_guard,-build/include_order,-build/include_subdir,-build/include_what_you_use,-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