.clang-tidy: remove modernize-concat-nested-namespaces
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 14 May 2024 13:58:55 +0000 (13:58 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 24 May 2024 11:28:02 +0000 (07:28 -0400)
The concatenated namespace syntax (e.g. namespace my::ns::woah{}) was
introduced in C++17 while this project is built as C++11. Leaving this
rule it in the .clang-tidy only adds noise (and salt to the wound).

Change-Id: Ib9550aa602fbcccc7500b14603dfd698fd7b69de
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
.clang-tidy

index 5b6f3705b05298d17d9cd3a4ec1967c2b3cd4217..d2a18789e9580a9e0106d5007ada189118171db8 100644 (file)
@@ -70,7 +70,6 @@ Checks:          '-*,
                   misc-unused-using-decls,
                   misc-use-anonymous-namespace,
                   modernize-avoid-bind,
-                  modernize-concat-nested-namespaces,
                   modernize-loop-convert,
                   modernize-make-shared,
                   modernize-make-unique,
This page took 0.028285 seconds and 4 git commands to generate.