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 40
40
Checks : >
41
41
-*,
42
42
bugprone-*,
43
+ -bugprone-easily-swappable-parameters*,
43
44
google-*,
44
45
misc-*,
45
46
modernize-*,
46
47
performance-*,
47
48
portability-*,
48
49
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
+
63
51
# Turn all the warnings from the checks above into errors.
64
52
# WarningsAsErrors: "*"
65
53
You can’t perform that action at this time.
0 commit comments