chore: disable llvm-prefer-static-over-anonymous-namespace (#6610)

Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
nerix
2025-11-29 18:57:33 +01:00
committed by GitHub
parent 041674b7f6
commit ad646e1698
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ Checks: "-*,
-bugprone-easily-swappable-parameters,
-cert-err58-cpp,
-modernize-avoid-c-arrays,
-misc-include-cleaner
-misc-include-cleaner,
-llvm-prefer-static-over-anonymous-namespace
"
CheckOptions:
- key: readability-identifier-naming.ClassCase
+1
View File
@@ -54,6 +54,7 @@
- Dev: Added method to get the last N messages of a channel. (#6602, #6604)
- Dev: Unwrapped `LimitedQueueSnapshot` to `std::vector`. (#6606)
- Dev: Simplified uses of `getMessageSnapshot`. (#6607)
- Dev: Disabled `llvm-prefer-static-over-anonymous-namespace` in clang-tidy. (#6610)
## 2.5.4