Skip to content

Commit 359a615

Browse files
committed
clang-tidy: Disable misc-use-anonymous-namespace check
The benefit of this check is questionable, so it has been disabled. See: https://clang.llvm.org/extra/clang-tidy/checks/misc/use-anonymous-namespace.html
1 parent c6a61d8 commit 359a615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ misc-*,
1111
-misc-no-recursion,
1212
-misc-unconventional-assign-operator,
1313
-misc-unused-parameters,
14+
-misc-use-anonymous-namespace,
1415
modernize-*,
1516
-modernize-avoid-c-arrays,
1617
-modernize-concat-nested-namespaces,

0 commit comments

Comments
 (0)