Skip to content

Commit

Permalink
clang-tidy: Disable modernize-use-constraints
Browse files Browse the repository at this point in the history
Not supported on android.
  • Loading branch information
syyyr committed Nov 25, 2024
1 parent 26472dc commit e6630e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Checks:
-misc-unused-parameters,
-modernize-pass-by-value,
-modernize-return-braced-init-list,
-modernize-use-constraints,
-modernize-use-default-member-init,
-modernize-use-nodiscard,
-modernize-use-trailing-return-type,
Expand Down

0 comments on commit e6630e1

Please sign in to comment.