Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 510654c

Browse files
committed
Turned unnecessary value and move of const to errors.
1 parent 04fa86e commit 510654c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.clang-tidy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ clang-analyzer-*,\
2424
readability-identifier-naming,\
2525
clang-diagnostic-*,\
2626
google-objc-*,\
27-
google-explicit-constructor"
27+
google-explicit-constructor,\
28+
performance-move-const-arg,\
29+
performance-unnecessary-value-param"
2830

2931
CheckOptions:
3032
- key: modernize-use-default-member-init.UseAssignment

0 commit comments

Comments
 (0)