summaryrefslogtreecommitdiffstats
path: root/tools/.clang-tidy
blob: 84ea05375b50eeed95d66c156472965617391739 (plain)
1
2
3
4
5
6
7
8
9
10
InheritParentConfig: true

# We don't want to do any checks in this directory yet so hack around
# the fact that Clang-Tidy won't let us disable all checks.
# https://stackoverflow.com/a/58379342/82195
Checks:
  - '-*'
  - 'misc-definitions-in-headers'
CheckOptions:
  - { key: 'HeaderFileExtensions', value: 'DISABLED' }