From c6f381f1c4d050f9a98690f126680bd1a8621c84 Mon Sep 17 00:00:00 2001 From: elsid Date: Sun, 27 Jul 2025 12:21:13 +0200 Subject: [PATCH] Ignore readability-identifier-naming for boost::program_options namespace alias --- .clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 8597ea5c13..1f37003f8e 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -17,4 +17,4 @@ CheckOptions: - key: readability-identifier-naming.NamespaceCase value: CamelCase - key: readability-identifier-naming.NamespaceIgnoredRegexp - value: 'osg(DB|FX|Particle|Shadow|Viewer|Util)?' + value: 'bpo|osg(DB|FX|Particle|Shadow|Viewer|Util)?'