Skip to content

Commit

Permalink
Add some more clang-tidy checks
Browse files Browse the repository at this point in the history
Probably still need to adjust this.
  • Loading branch information
guillaumechereau committed Jul 9, 2024
1 parent 3378b49 commit baf3654
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Checks: >
-bugprone-implicit-widening-of-multiplication-result,
-bugprone-suspicious-include,
-bugprone-sizeof-expression,
-bugprone-casting-through-void,
-bugprone-suspicious-realloc-usage,
modernize-*,
-modernize-macro-to-enum,
clang-analyzer-*,
llvm-*,
portability-*,

0 comments on commit baf3654

Please sign in to comment.