We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081b0e5 commit ae7ae36Copy full SHA for ae7ae36
src/.clang-tidy
@@ -4,6 +4,8 @@ bugprone-argument-comment,
4
misc-unused-using-decls,
5
modernize-use-default-member-init,
6
modernize-use-nullptr,
7
+performance-for-range-copy,
8
+performance-unnecessary-copy-initialization,
9
readability-redundant-declaration,
10
readability-redundant-string-init,
11
'
@@ -12,6 +14,8 @@ bugprone-argument-comment,
12
14
13
15
16
17
18
19
20
21
0 commit comments