summaryrefslogtreecommitdiff
path: root/.clang-tidy
blob: a11ef26d94e150a5ec414e85a560d27b77a5c1f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
CheckOptions:
  - key: misc-include-cleaner.IgnoreHeaders
    value: "(\
        fmt/.*|\
        bits/.*.h|\
        asm-generic/.*.h|\
        sys/poll.h|\
        sys/endian.h|\
        sys/ioctl.h|\
        arpa/inet.h|\
        linux/time.h|\
        linux/if.h|\
        linux/sockios.h|\
        netinet/in.h|\
        osi/include/compat.h|\
        android_bluetooth_sysprop.h|\
        hfp.sysprop.h|\
        enums.pb.h|\
        __chrono/duration.h)"