From 81982104e15e4be8f0b4c3f2f32249dd83e2cc72 Mon Sep 17 00:00:00 2001 From: David Conran Date: Tue, 7 Jan 2025 16:32:51 +1000 Subject: [PATCH] Set cpplint to ignore whitespace/namespace issues --- CPPLINT.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/CPPLINT.cfg b/CPPLINT.cfg index 181f5204d..00d58a7ac 100644 --- a/CPPLINT.cfg +++ b/CPPLINT.cfg @@ -1,3 +1,4 @@ set noparent root=src linelength=80 +filter=-whitespace/indent_namespace