Skip to content

Commit f41252f

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#26905: refactor: Remove duplication of clang-tidy's check names
06fc293 refactor: Remove duplication of clang-tidy's check names (Hennadii Stepanov) Pull request description: This PR removes duplication of `clang-tidy`'s check names. No behavior change. Split up from bitcoin/bitcoin#26642 as [requested](bitcoin/bitcoin#26642 (comment)). ACKs for top commit: fanquake: ACK 06fc293 Tree-SHA512: a21bef3d7d7201e14565b526af2eae7a90cf0f792803704a80a70a4c78f07ef2a2eef6a8dced80361efbf13291ecccb0977378b9532fc30970a2070426e4d82c
2 parents ccd3d8d + 06fc293 commit f41252f

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)