From 6a5c6002a10bb0e7eebaec365931d206acfb5efe Mon Sep 17 00:00:00 2001 From: Denver Coneybeare Date: Mon, 13 Jan 2025 16:00:19 -0500 Subject: [PATCH] scripts/cpplint.py: add back build/namespaces_literals so that cpplint.py _ignores_ (rather than fails) when this lint warning is suppressed. --- scripts/cpplint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cpplint.py b/scripts/cpplint.py index 52010c3883c..87114b951a1 100644 --- a/scripts/cpplint.py +++ b/scripts/cpplint.py @@ -283,6 +283,7 @@ 'build/include_order', 'build/include_what_you_use', 'build/namespaces_headers', + 'build/namespaces_literals', 'build/namespaces', 'build/printf_format', 'build/storage_class',