Skip to content

Commit

Permalink
.clang-tidy: sorted explicitly enabled checks
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Aug 8, 2024
1 parent 5ba2c56 commit f8b1c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Checks: >
-openmp-*,
-zircon-*,
cert-err34-c,
google-explicit-constructor,
cppcoreguidelines-rvalue-reference-param-not-moved,
cppcoreguidelines-pro-type-static-cast-downcast,
cppcoreguidelines-rvalue-reference-param-not-moved,
google-explicit-constructor,
-bugprone-assignment-in-if-condition,
-bugprone-branch-clone,
-bugprone-easily-swappable-parameters,
Expand Down

0 comments on commit f8b1c73

Please sign in to comment.