mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
23 lines
1 KiB
YAML
23 lines
1 KiB
YAML
---
|
|
Checks: '-*,performance-*,readability-*,modernize-use-*,-modernize-raw-string-literal,-modernize-use-bool-literals,-readability-implicit-bool-cast,-readability-else-after-return,-readability-named-parameter'
|
|
CheckOptions:
|
|
- key: modernize-loop-convert.NamingStyle
|
|
value: lower_case
|
|
- key: readability-identifier-naming.GlobalConstantPrefix
|
|
value: 'g_'
|
|
- key: readability-identifier-naming.ClassCase
|
|
value: lower_case
|
|
- key: readability-identifier-naming.ClassConstantCase
|
|
value: UPPER_CASE
|
|
- key: readability-identifier-naming.ClassMethodCase
|
|
value: lower_case
|
|
- key: readability-identifier-naming.MemberCase
|
|
value: lower_case
|
|
- key: readability-identifier-naming.ProtectedMemberPrefix
|
|
value: 'm_'
|
|
- key: readability-identifier-naming.PrivateMemberPrefix
|
|
value: 'm_'
|
|
HeaderFilterRegex: ''
|
|
WarningsAsErrors: ''
|
|
AnalyzeTemporaryDtors: false
|
|
...
|