OpenRCT2/.clang-tidy

15 lines
434 B
Text
Raw Permalink Normal View History

2024-02-17 17:03:59 -05:00
---
Checks: >
-*,
2024-02-17 17:03:59 -05:00
cppcoreguidelines-macro-usage,
modernize-use-nullptr,
modernize-use-override,
readability-uppercase-literal-suffix
CheckOptions:
- key: cppcoreguidelines-macro-usage.AllowedRegexp
2024-12-01 19:34:01 -05:00
value: 'validate_global_widx|NETWORK_STREAM_VERSION|SFL_ASSERT|SFL_CATCH'
- key: readability-uppercase-literal-suffix.NewSuffixes
value: 'u;L;uL;LL;uLL'
2024-02-17 17:03:59 -05:00
WarningsAsErrors: true
FormatStyle: 'file'