You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
806 B
31 lines
806 B
8 years ago
|
---
|
||
|
Checks: "-*,\
|
||
|
misc-*,\
|
||
|
-misc-incorrect-roundings,\
|
||
|
-misc-macro-parentheses,\
|
||
|
-misc-misplaced-widening-cast,\
|
||
|
-misc-static-assert,\
|
||
|
modernize-make-shared,\
|
||
|
modernize-make-unique,\
|
||
|
modernize-redundant-void-arg,\
|
||
|
modernize-use-bool-literals,\
|
||
|
modernize-use-nullptr,\
|
||
|
modernize-use-override,\
|
||
|
performance-*,\
|
||
|
-performance-inefficient-string-concatenation,\
|
||
|
readability-*,\
|
||
|
-readability-function-size,\
|
||
|
-readability-identifier-naming,\
|
||
|
-readability-implicit-bool-cast,\
|
||
|
-readability-inconsistent-declaration-parameter-name,\
|
||
|
-readability-named-parameter,\
|
||
|
-readability-redundant-declaration,\
|
||
|
-readability-redundant-member-init,\
|
||
|
-readability-simplify-boolean-expr,\
|
||
|
"
|
||
|
HeaderFilterRegex: 'Source/cm[^/]*\.(h|hxx|cxx)$'
|
||
|
CheckOptions:
|
||
|
- key: modernize-use-nullptr.NullMacros
|
||
|
value: 'CM_NULLPTR'
|
||
|
...
|