diff options
-rw-r--r-- | .clang-tidy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index fc9072e0..65f41be0 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -10,7 +10,7 @@ Checks: > -*-special-member-functions, -*-uppercase-literal-suffix, -abseil-string-find-str-contains, - -android-cloexec-fopen, + -android-cloexec-*, -bugprone-branch-clone, -bugprone-exception-escape, -bugprone-macro-parentheses, |