https://github.com/Kitware/CMake
Revision 2bfb434e84f70e3fb74e490f547e64ebf4de9606 authored by Kitware Robot on 19 September 2017, 04:01:05 UTC, committed by Kitware Robot on 19 September 2017, 04:01:05 UTC
1 parent a1cdf53
Raw File
Tip revision: 2bfb434e84f70e3fb74e490f547e64ebf4de9606 authored by Kitware Robot on 19 September 2017, 04:01:05 UTC
CMake Nightly Date Stamp
Tip revision: 2bfb434
.clang-tidy
---
Checks: "-*,\
google-readability-casting,\
misc-*,\
-misc-incorrect-roundings,\
-misc-macro-parentheses,\
-misc-misplaced-widening-cast,\
-misc-static-assert,\
modernize-*,\
-modernize-deprecated-headers,\
-modernize-loop-convert,\
-modernize-pass-by-value,\
-modernize-raw-string-literal,\
-modernize-replace-auto-ptr,\
-modernize-use-auto,\
-modernize-use-default-member-init,\
-modernize-use-emplace,\
-modernize-use-equals-default,\
-modernize-use-equals-delete,\
-modernize-use-transparent-functors,\
-modernize-use-using,\
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)$'
...
back to top