xref: /llvm-project/libc/src/.clang-tidy (revision 270547f3bf83666cf407d18cec89d6a59069d2c6)
1InheritParentConfig: true
2Checks: '-*,llvmlibc-*,readability-identifier-naming,llvm-header-guard'
3HeaderFilterRegex: '.*'
4WarningsAsErrors: 'llvmlibc-*'
5CheckOptions:
6  - key:             llvmlibc-restrict-system-libc-headers.Includes
7    value:           '-*, linux/*, asm/*.h, asm-generic/*.h'
8