diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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,\ |