diff options
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.clang-tidy b/.clang-tidy index a9d121a..5171207 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -24,7 +24,4 @@ readability-*,\ -readability-simplify-boolean-expr,\ " HeaderFilterRegex: 'Source/cm[^/]*\.(h|hxx|cxx)$' -CheckOptions: - - key: modernize-use-nullptr.NullMacros - value: 'CM_NULLPTR' ... |