···11+# SPDX-License-Identifier: CC0-1.0
22+# SPDX-FileCopyrightText: 2025, Collabora, Ltd. and the Monado contributors
33+44+# Disable all checks in this folder.
55+# misc-definitions-in-headers is a dummy check to avoid the `Error: no checks enabled.` error from
66+# clang-tidy prior to version 18 without the `--allow-empty-check` option
77+# See https://stackoverflow.com/a/58379342/22230066
88+Checks: '-*,misc-definitions-in-headers'
99+CheckOptions:
1010+ - { key: HeaderFileExtensions, value: "x" }