chore: Add clang-tidy rules for lower_case namespaces (#3165)

This commit is contained in:
Alex Kremer
2026-08-04 14:52:29 +01:00
committed by GitHub
parent d2d0f39614
commit 6ce668f493
2 changed files with 3 additions and 1 deletions

View File

@@ -165,6 +165,8 @@ CheckOptions:
readability-braces-around-statements.ShortStatementLines: 2
readability-identifier-naming.MacroDefinitionCase: UPPER_CASE
readability-identifier-naming.NamespaceCase: lower_case
readability-identifier-naming.InlineNamespaceCase: lower_case
readability-identifier-naming.ClassCase: CamelCase
readability-identifier-naming.StructCase: CamelCase
readability-identifier-naming.UnionCase: CamelCase

View File

@@ -17,7 +17,7 @@ on:
- "tests/**"
- "benchmarks/**"
- .clang_tidy
- .clang-tidy
concurrency:
# Only cancel in-progress jobs or runs for the current workflow - matches against branch & tags