diff options
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 16da00c..2d684a6 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -10,6 +10,7 @@ Checks: > -cppcoreguidelines-avoid-non-const-global-variables, -google-readability-casting, -llvm-header-guard, + -modernize-macro-to-enum, -performance-no-int-to-ptr, -readability-function-cognitive-complexity, InheritParentConfig: true |