mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 10:51:58 -05:00
11 lines
282 B
YAML
11 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'
|