clang-tidy: change MinimumVariableNameLength to 2
This commit is contained in:
parent
22a50ef661
commit
531a409124
@ -1,4 +1,3 @@
|
|||||||
# -*- mode: conf; fill-column: 100; -*-
|
|
||||||
# Written for clang-tidy 14.
|
# Written for clang-tidy 14.
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -48,6 +47,8 @@ CheckOptions: # ↓ Clashes with static private member prefix. (static int _va
|
|||||||
- { key: readability-identifier-naming.ParameterCase, value: lower_case }
|
- { key: readability-identifier-naming.ParameterCase, value: lower_case }
|
||||||
|
|
||||||
- { key: readability-function-cognitive-complexity.Threshold, value: 30 }
|
- { key: readability-function-cognitive-complexity.Threshold, value: 30 }
|
||||||
|
- { key: readability-identifier-length.MinimumVariableNameLength, value: 2 }
|
||||||
...
|
...
|
||||||
|
|
||||||
# vim: set et tw=100:
|
# -*- mode: yaml; fill-column: 100; -*-
|
||||||
|
# vim: set fenc=utf-8 tw=100 et ft=yaml:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user