diff options
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r-- | src/.clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy index 8f408ddc..638041cc 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -14,5 +14,6 @@ Checks: > -hicpp-signed-bitwise, -llvm-header-guard, -misc-no-recursion, + -modernize-macro-to-enum, -readability-function-cognitive-complexity, InheritParentConfig: true |