Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dfilter / .clang-tidy
blob84ea05375b50eeed95d66c156472965617391739
1 InheritParentConfig: true
3 # We don't want to do any checks in this directory yet so hack around
4 # the fact that Clang-Tidy won't let us disable all checks.
5 # https://stackoverflow.com/a/58379342/82195
6 Checks:
7   - '-*'
8   - 'misc-definitions-in-headers'
9 CheckOptions:
10   - { key: 'HeaderFileExtensions', value: 'DISABLED' }