mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00

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...
8 lines
132 B
YAML
Vendored
8 lines
132 B
YAML
Vendored
---
|
|
HeaderFilterRegex: ''
|
|
|
|
Checks: '-*,misc-definitions-in-headers'
|
|
CheckOptions:
|
|
- { key: HeaderFileExtensions, value: "x" }
|
|
...
|