# Disable all clang-tidy checks generated code in this folder
# clang-tidy errors if you remove all checks, so this is one workaround
#   https://stackoverflow.com/a/58379342/251068
Checks: "-*,misc-definitions-in-headers"
CheckOptions:
  - { key: HeaderFileExtensions, value: "x" }
