Skip to content

Commit 06fc293

Browse files
committed
refactor: Remove duplication of clang-tidy's check names
1 parent 635f190 commit 06fc293

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/.clang-tidy

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,7 @@ performance-unnecessary-copy-initialization,
1212
readability-redundant-declaration,
1313
readability-redundant-string-init,
1414
'
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-
'
15+
WarningsAsErrors: '*'
2816
CheckOptions:
2917
- key: performance-move-const-arg.CheckTriviallyCopyableMove
3018
value: false

0 commit comments

Comments
 (0)