mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 09:48:20 +00:00
0545adfac3
Have fun!
17 lines
621 B
YAML
17 lines
621 B
YAML
Checks: '-*,readability-*,performance-*,modernize-*,-modernize-use-trailing-return-type,bugprone-*'
|
|
WarningsAsErrors: true
|
|
HeaderFilterRegex: ''
|
|
FormatStyle: none
|
|
CheckOptions:
|
|
- key: readability-identifier-naming.ClassCase
|
|
value: CamelCase
|
|
- key: readability-identifier-naming.ClassMethodCase
|
|
value: CamelCase
|
|
- key: readability-identifier-naming.ClassMemberPrefix
|
|
value: m_
|
|
- key: readability-identifier-naming.ClassMemberCase
|
|
value: CamelCase
|
|
- key: readability-identifier-naming.ClassConstantCase
|
|
value: UPPER_CASE
|
|
- key: readability-identifier-naming.FunctionCase
|
|
value: CamelCase |