mirror of
https://github.com/reactos/CMake.git
synced 2024-11-23 11:39:48 +00:00
31 lines
806 B
Plaintext
31 lines
806 B
Plaintext
|
---
|
||
|
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'
|
||
|
...
|