chore: disable llvm-prefer-static-over-anonymous-namespace (#6610)
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
+2
-1
@@ -33,7 +33,8 @@ Checks: "-*,
|
|||||||
-bugprone-easily-swappable-parameters,
|
-bugprone-easily-swappable-parameters,
|
||||||
-cert-err58-cpp,
|
-cert-err58-cpp,
|
||||||
-modernize-avoid-c-arrays,
|
-modernize-avoid-c-arrays,
|
||||||
-misc-include-cleaner
|
-misc-include-cleaner,
|
||||||
|
-llvm-prefer-static-over-anonymous-namespace
|
||||||
"
|
"
|
||||||
CheckOptions:
|
CheckOptions:
|
||||||
- key: readability-identifier-naming.ClassCase
|
- key: readability-identifier-naming.ClassCase
|
||||||
|
|||||||
@@ -54,6 +54,7 @@
|
|||||||
- Dev: Added method to get the last N messages of a channel. (#6602, #6604)
|
- Dev: Added method to get the last N messages of a channel. (#6602, #6604)
|
||||||
- Dev: Unwrapped `LimitedQueueSnapshot` to `std::vector`. (#6606)
|
- Dev: Unwrapped `LimitedQueueSnapshot` to `std::vector`. (#6606)
|
||||||
- Dev: Simplified uses of `getMessageSnapshot`. (#6607)
|
- Dev: Simplified uses of `getMessageSnapshot`. (#6607)
|
||||||
|
- Dev: Disabled `llvm-prefer-static-over-anonymous-namespace` in clang-tidy. (#6610)
|
||||||
|
|
||||||
## 2.5.4
|
## 2.5.4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user