Skip to content

Commit

Permalink
Update .clang-tidy [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Jun 25, 2022
1 parent cd7f26b commit 9584375
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 @@ -2,7 +2,13 @@
Checks: >
bugprone-macro-parentheses,
bugprone-macro-repeated-side-effects,
modernize-redundant-void-arg,
modernize-use-bool-literals,
modernize-use-emplace,
modernize-use-equals-default,
modernize-use-equals-delete,
modernize-use-override,
performance-trivially-destructible,
readability-identifier-naming,
readability-misleading-indentation,
readability-simplify-boolean-expr,
Expand Down

0 comments on commit 9584375

Please sign in to comment.