mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
14 lines
434 B
YAML
14 lines
434 B
YAML
---
|
|
Checks: >
|
|
-*,
|
|
cppcoreguidelines-macro-usage,
|
|
modernize-use-nullptr,
|
|
modernize-use-override,
|
|
readability-uppercase-literal-suffix
|
|
CheckOptions:
|
|
- key: cppcoreguidelines-macro-usage.AllowedRegexp
|
|
value: 'validate_global_widx|NETWORK_STREAM_VERSION|SFL_ASSERT|SFL_CATCH'
|
|
- key: readability-uppercase-literal-suffix.NewSuffixes
|
|
value: 'u;L;uL;LL;uLL'
|
|
WarningsAsErrors: true
|
|
FormatStyle: 'file'
|