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 b8084d5..0139c99 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -11,6 +11,7 @@ Checks: > -cppcoreguidelines-avoid-non-const-global-variables, -google-readability-casting, -hicpp-multiway-paths-covered, + -hicpp-uppercase-literal-suffix, -llvm-header-guard, -llvmlibc-*, -misc-no-recursion, |