diff options
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index ba762f8a..e19963f0 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -8,11 +8,12 @@ Checks: > -clang-diagnostic-unused-macros, -llvmlibc-*, -modernize-macro-to-enum, - -readability-function-cognitive-complexity, -readability-identifier-length, CheckOptions: - key: hicpp-uppercase-literal-suffix.NewSuffixes value: 'L;U;UL;ULL' + - key: readability-function-cognitive-complexity.IgnoreMacros + value: 'true' - key: readability-uppercase-literal-suffix.NewSuffixes value: 'L;U;UL;ULL' FormatStyle: file |