mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 03:10:37 +00:00
9 lines
265 B
YAML
9 lines
265 B
YAML
---
|
|
Checks: 'clang-diagnostic-*,clang-analyzer-*,performance-*,portability-*,bugprone-*'
|
|
CheckOptions:
|
|
- key: readability-identifier-naming.MethodCase
|
|
value: camelBack
|
|
- key: readability-identifier-naming.ParameterCase
|
|
value: camelBack
|
|
...
|