Skip to content

Commit b6a533f

Browse files
committed
.clang-tidy: disabled readability-trailing-comma clang-tidy check
1 parent 81b7608 commit b6a533f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Checks: >
7575
-readability-magic-numbers,
7676
-readability-redundant-parentheses,
7777
-readability-suspicious-call-argument,
78+
-readability-trailing-comma,
7879
-readability-uppercase-literal-suffix,
7980
-readability-use-concise-preprocessor-directives,
8081
-misc-unconventional-assign-operator

clang-tidy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,9 @@ To be evaluated (need to enable explicitly).
157157
These apply to codebases which use later standards then C++11 (C++17 is used when building with Qt6) so we cannot simply apply them.
158158

159159
`portability-avoid-pragma-once`<br/>
160+
`readability-trailing-comma`<br/>
160161

161-
We are not interested in this.
162+
We are not interested in these.
162163

163164
`readability-redundant-parentheses`<br/>
164165

0 commit comments

Comments
 (0)