Skip to content

Commit

Permalink
have clang tidy report non const globals
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Guth committed May 14, 2024
1 parent 38d8a5a commit cf7746d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Checks:
-bugprone-lambda-function-name
cppcoreguidelines-*
-cppcoreguidelines-avoid-magic-numbers
-cppcoreguidelines-avoid-non-const-global-variables
-cppcoreguidelines-narrowing-conversions
-cppcoreguidelines-no-malloc
-cppcoreguidelines-owning-memory
Expand Down

0 comments on commit cf7746d

Please sign in to comment.