File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -157,8 +157,9 @@ To be evaluated (need to enable explicitly).
157157These 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
You can’t perform that action at this time.
0 commit comments