Skip to content

Commit

Permalink
Turned unnecessary value and move of const to errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Oct 21, 2022
1 parent 04fa86e commit 510654c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ clang-analyzer-*,\
readability-identifier-naming,\
clang-diagnostic-*,\
google-objc-*,\
google-explicit-constructor"
google-explicit-constructor,\
performance-move-const-arg,\
performance-unnecessary-value-param"

CheckOptions:
- key: modernize-use-default-member-init.UseAssignment
Expand Down

0 comments on commit 510654c

Please sign in to comment.