File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 4040Checks : >
4141 -*,
4242 bugprone-*,
43+ -bugprone-easily-swappable-parameters*,
4344 google-*,
4445 misc-*,
4546 modernize-*,
4647 performance-*,
4748 portability-*,
4849 readability-*,
49- -google-readability-braces-around-statements,
50- -google-readability-namespace-comments,
51- -google-runtime-references,
52- -misc-non-private-member-variables-in-classes,
53- -modernize-return-braced-init-list,
54- -modernize-use-trailing-return-type,
55- -modernize-avoid-c-arrays,
56- -performance-move-const-arg,
57- -readability-braces-around-statements,
58- -readability-magic-numbers,
59- -readability-named-parameter,
60- -readability-redundant-declaration,
61- -readability-function-cognitive-complexity,
62- -bugprone-narrowing-conversions
50+
6351# Turn all the warnings from the checks above into errors.
6452# WarningsAsErrors: "*"
6553
You can’t perform that action at this time.
0 commit comments