mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
Meta: Disable misc-use-anonymous-namespace clang-tidy warning
This flags nearly every static function, so let's disable it
This commit is contained in:
parent
c88f14902b
commit
239293a8b4
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ Checks: >
|
|||
-cert-dcl21-cpp,
|
||||
-misc-no-recursion,
|
||||
-misc-non-private-member-variables-in-classes,
|
||||
-misc-use-anonymous-namespace,
|
||||
-performance-noexcept-move-constructor,
|
||||
-performance-no-int-to-ptr,
|
||||
-readability-braces-around-statements,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue