2017-05-02 21:49:17 +00:00
|
|
|
---
|
|
|
|
Checks: "-*,\
|
2018-11-20 08:13:58 +00:00
|
|
|
bugprone-*,\
|
|
|
|
-bugprone-macro-parentheses,\
|
|
|
|
-bugprone-misplaced-widening-cast,\
|
2017-08-23 07:41:23 +00:00
|
|
|
google-readability-casting,\
|
2017-05-02 21:49:17 +00:00
|
|
|
misc-*,\
|
|
|
|
-misc-incorrect-roundings,\
|
|
|
|
-misc-macro-parentheses,\
|
|
|
|
-misc-misplaced-widening-cast,\
|
|
|
|
-misc-static-assert,\
|
2017-08-25 21:39:25 +00:00
|
|
|
modernize-*,\
|
|
|
|
-modernize-deprecated-headers,\
|
|
|
|
-modernize-raw-string-literal,\
|
2017-09-19 13:23:33 +00:00
|
|
|
-modernize-return-braced-init-list,\
|
2017-08-25 21:39:25 +00:00
|
|
|
-modernize-use-auto,\
|
|
|
|
-modernize-use-equals-delete,\
|
2017-09-28 11:19:27 +00:00
|
|
|
-modernize-use-noexcept,\
|
2017-08-25 21:39:25 +00:00
|
|
|
-modernize-use-transparent-functors,\
|
|
|
|
-modernize-use-using,\
|
2017-05-02 21:49:17 +00:00
|
|
|
performance-*,\
|
|
|
|
-performance-inefficient-string-concatenation,\
|
2018-11-19 17:10:40 +00:00
|
|
|
-performance-inefficient-vector-operation,\
|
2017-05-02 21:49:17 +00:00
|
|
|
readability-*,\
|
|
|
|
-readability-function-size,\
|
|
|
|
-readability-identifier-naming,\
|
|
|
|
-readability-implicit-bool-cast,\
|
2018-11-19 17:10:40 +00:00
|
|
|
-readability-implicit-bool-conversion,\
|
2017-05-02 21:49:17 +00:00
|
|
|
-readability-inconsistent-declaration-parameter-name,\
|
|
|
|
-readability-named-parameter,\
|
|
|
|
-readability-redundant-declaration,\
|
|
|
|
"
|
|
|
|
HeaderFilterRegex: 'Source/cm[^/]*\.(h|hxx|cxx)$'
|
2018-11-21 22:17:54 +00:00
|
|
|
CheckOptions:
|
|
|
|
- key: modernize-use-default-member-init.UseAssignment
|
|
|
|
value: '1'
|
2017-05-02 21:49:17 +00:00
|
|
|
...
|