From 4f4785a112b540e2d4868a1ae746229edf91f52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Sun, 23 May 2021 16:52:48 +0200 Subject: [PATCH] rm header guard code style (not supporting pragma) --- CPPLINT.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/CPPLINT.cfg b/CPPLINT.cfg index 477f50fa..53e7904e 100644 --- a/CPPLINT.cfg +++ b/CPPLINT.cfg @@ -13,6 +13,7 @@ filter=-whitespace/braces filter=-legal/copyright filter=-runtime/indentation_namespace filter=-whitespace/ending_newline +filter=-build/header_guard #filter=-readability/function,-readability/streams,-readability/todo #filter=-runtime/printf,-runtime/references,-runtime/sizeof,-runtime/threadsafe_fn # TODO: this should be re-enabled.