1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00
Files
OpenRCT2/.clang-tidy
2024-03-02 15:36:27 +02:00

12 lines
282 B
YAML

---
Checks: >
-*,
cppcoreguidelines-macro-usage,
modernize-use-nullptr,
modernize-use-override
CheckOptions:
- key: cppcoreguidelines-macro-usage.AllowedRegexp
value: 'validate_global_widx|NETWORK_STREAM_VERSION'
WarningsAsErrors: true
FormatStyle: 'file'