|
1 | 1 | ---
|
2 |
| -Checks: '-*,modernize-use-auto,modernize-deprecated-headers,modernize-redundant-void-arg,modernize-replace-random-shuffle,modernize-use-equals-default,modernize-use-equals-delete,modernize-use-nullptr,modernize-use-override,modernize-use-using,performance-faster-string-find,performance-for-range-copy,performance-implicit-conversion-in-loop,performance-inefficient-algorithm,performance-inefficient-vector-operation,performance-move-const-arg,performance-move-constructor-init,performance-no-automatic-move,performance-noexcept-move-constructor,performance-type-promotion-in-math-fn,cppcoreguidelines-pro-type-cstyle-cast,cppcoreguidelines-pro-type-static-cast-downcast,google-readability-casting' |
3 |
| -WarningsAsErrors: '-*,modernize-use-auto,modernize-deprecated-headers,modernize-redundant-void-arg,modernize-replace-random-shuffle,modernize-use-equals-default,modernize-use-equals-delete,modernize-use-nullptr,modernize-use-override,modernize-use-using,performance-faster-string-find,performance-for-range-copy,performance-implicit-conversion-in-loop,performance-inefficient-algorithm,performance-inefficient-vector-operation,performance-move-const-arg,performance-move-constructor-init,performance-no-automatic-move,performance-noexcept-move-constructor,performance-type-promotion-in-math-fn,cppcoreguidelines-pro-type-cstyle-cast,cppcoreguidelines-pro-type-static-cast-downcast,google-readability-casting' |
| 2 | +Checks: > |
| 3 | + -*, |
| 4 | + cppcoreguidelines-pro-type-cstyle-cast, |
| 5 | + cppcoreguidelines-pro-type-static-cast-downcast, |
| 6 | + google-readability-casting, |
| 7 | + modernize-deprecated-headers, |
| 8 | + modernize-redundant-void-arg, |
| 9 | + modernize-replace-random-shuffle, |
| 10 | + modernize-use-auto, |
| 11 | + modernize-use-equals-default, |
| 12 | + modernize-use-equals-delete, |
| 13 | + modernize-use-nullptr, |
| 14 | + modernize-use-override, |
| 15 | + modernize-use-using, |
| 16 | + performance-faster-string-find, |
| 17 | + performance-for-range-copy, |
| 18 | + performance-implicit-conversion-in-loop, |
| 19 | + performance-inefficient-algorithm, |
| 20 | + performance-inefficient-vector-operation, |
| 21 | + performance-move-const-arg, |
| 22 | + performance-move-constructor-init, |
| 23 | + performance-no-automatic-move, |
| 24 | + performance-noexcept-move-constructor, |
| 25 | + performance-type-promotion-in-math-fn, |
| 26 | + readability-container-size-empty, |
| 27 | + readability-delete-null-pointer, |
| 28 | + readability-duplicate-include, |
| 29 | + readability-redundant-declaration, |
| 30 | + readability-redundant-smartptr-get, |
| 31 | + readability-redundant-string-cstr, |
| 32 | + readability-redundant-string-init, |
| 33 | + readability-simplify-boolean-expr, |
| 34 | + readability-simplify-subscript-expr, |
| 35 | +WarningsAsErrors: '*' |
4 | 36 | CheckOptions:
|
5 | 37 | - {key: modernize-use-auto.MinTypeNameLength, value: 7}
|
| 38 | +UseColor: true |
0 commit comments