diff options
| -rw-r--r-- | test/cpp/.clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/.clang-tidy b/test/cpp/.clang-tidy index b7981cc..02ee4b8 100644 --- a/test/cpp/.clang-tidy +++ b/test/cpp/.clang-tidy @@ -15,6 +15,7 @@ Checks: > -cppcoreguidelines-pro-bounds-pointer-arithmetic, -cppcoreguidelines-pro-type-cstyle-cast, -cppcoreguidelines-pro-type-vararg, + -cppcoreguidelines-use-enum-class, -hicpp-no-array-decay, -hicpp-vararg, -modernize-use-using, |