Skip to content

Commit

Permalink
Meta: Disable misc-use-anonymous-namespace clang-tidy warning
Browse files Browse the repository at this point in the history
This flags nearly every static function, so let's disable it
  • Loading branch information
Hendiadyoin1 authored and AtkinsSJ committed Aug 23, 2023
1 parent c88f149 commit 239293a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 239293a

Please sign in to comment.