We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635f190 commit 06fc293Copy full SHA for 06fc293
src/.clang-tidy
@@ -12,19 +12,7 @@ performance-unnecessary-copy-initialization,
12
readability-redundant-declaration,
13
readability-redundant-string-init,
14
'
15
-WarningsAsErrors: '
16
-bugprone-argument-comment,
17
-bugprone-use-after-move,
18
-misc-unused-using-decls,
19
-modernize-use-default-member-init,
20
-modernize-use-nullptr,
21
-performance-for-range-copy,
22
-performance-move-const-arg,
23
-performance-no-automatic-move,
24
-performance-unnecessary-copy-initialization,
25
-readability-redundant-declaration,
26
-readability-redundant-string-init,
27
-'
+WarningsAsErrors: '*'
28
CheckOptions:
29
- key: performance-move-const-arg.CheckTriviallyCopyableMove
30
value: false
0 commit comments