From d8b960be46007f9c09356e526d3c2dcff4b186a5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Oct 2022 13:41:27 -0400 Subject: Add filesystem API --- test/.clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to 'test/.clang-tidy') diff --git a/test/.clang-tidy b/test/.clang-tidy index 5722b69..16da00c 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -3,6 +3,7 @@ Checks: > -*-magic-numbers, + -android-cloexec-fopen, -bugprone-easily-swappable-parameters, -cert-err33-c, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -- cgit v1.2.1