From 62c3edd9575cb7dfef0d86392e4b87a4c14d8dee Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Sun, 27 Mar 2022 13:10:26 +0200 Subject: treewide: Fix android-cloexec-* clang-tidy warnings, re-enable checks Signed-off-by: Stefano Brivio --- Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e972e88..2cb3735 100644 --- a/Makefile +++ b/Makefile @@ -180,13 +180,6 @@ pkgs: static # - readability-isolate-declaration # Dubious value, would kill readability # -# - android-cloexec-open -# - android-cloexec-pipe -# - android-cloexec-pipe2 -# - android-cloexec-epoll-create1 -# - android-cloexec-inotify-init1 -# TODO: check, fix except for the few cases where we need to share fds -# # - bugprone-narrowing-conversions # - cppcoreguidelines-narrowing-conversions # TODO: nice to fix eventually @@ -228,8 +221,6 @@ clang-tidy: $(wildcard *.c) $(wildcard *.h) -llvm-include-order,\ -cppcoreguidelines-avoid-magic-numbers,\ -readability-isolate-declaration,\ - -android-cloexec-open,-android-cloexec-pipe,-android-cloexec-pipe2,\ - -android-cloexec-epoll-create1,-android-cloexec-inotify-init1,\ -bugprone-narrowing-conversions,\ -cppcoreguidelines-narrowing-conversions,\ -cppcoreguidelines-avoid-non-const-global-variables,\ -- cgit v1.2.3