Permit shorter var names
This commit is contained in:
parent
792b51f26c
commit
0ba3549afd
|
|
@ -91,6 +91,8 @@ tools:
|
|||
- unusedcode
|
||||
- naming
|
||||
- design
|
||||
naming_rules:
|
||||
short_variable: { minimum: 2 }
|
||||
filter:
|
||||
excluded_paths:
|
||||
- 'docs/*'
|
||||
|
|
|
|||
Loading…
Reference in New Issue