Skip to content

Commit

Permalink
Clang-Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Apr 10, 2024
1 parent 99c75cd commit 680e56e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Checks: '*,
-modernize-return-braced-init-list,
-cppcoreguidelines-avoid-magic-numbers,
-readability-magic-numbers,
-cppcoreguidelines-avoid-do-while
-cppcoreguidelines-avoid-do-while,
-llvmlibc-inline-function-decl
'
WarningsAsErrors: '*'
HeaderFilterRegex: 'src/*.hpp'
Expand Down

0 comments on commit 680e56e

Please sign in to comment.