rom-properties/extlib/.clang-tidy
David Korth c96f12a854 .clang-tidy: Enable scanning on header files.
Also disable some warnings that merely clutter up the logs and don't
help at all.

extlib/.clang-tidy: Attempt to disable header file scanning, but it
doesn't seem to work...
2023-06-30 22:56:49 -04:00

8 lines
132 B
YAML
Vendored

---
HeaderFilterRegex: ''
Checks: '-*,misc-definitions-in-headers'
CheckOptions:
- { key: HeaderFileExtensions, value: "x" }
...