From 26ee06de793917354709493bf3d38c402a5eea01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Wed, 4 Dec 2024 22:13:51 +0300 Subject: [PATCH] allow filesystem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- CPPLINT.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/CPPLINT.cfg b/CPPLINT.cfg index 81869c92be64c..1c51d173a42f2 100644 --- a/CPPLINT.cfg +++ b/CPPLINT.cfg @@ -7,6 +7,7 @@ set noparent linelength=100 includeorder=standardcfirst filter=-build/c++11 # we do allow C++11 +filter=-build/c++17 # we allow filter=-build/namespaces_literals # we allow using namespace for literals filter=-runtime/references # we consider passing non-const references to be ok filter=-whitespace/braces # we wrap open curly braces for namespaces, classes and functions