zeek/auxil/spicy/3rdparty/.clang-tidy
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

11 lines
445 B
YAML

# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
---
# We want to disable clang-tidy checks for all files under this directory, but
# clang-tidy cannot run with all checks disabled. Instead enable an inexpensive
# check and configure it so it matches nothing, see
# https://stackoverflow.com/a/58379342/176922.
Checks: '-*,misc-definitions-in-headers'
CheckOptions:
- { key: HeaderFileExtensions, value: "x" }