Permit shorter var names

This commit is contained in:
Synchro 2014-10-15 10:51:32 +02:00
parent 792b51f26c
commit 0ba3549afd
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ tools:
- unusedcode
- naming
- design
naming_rules:
short_variable: { minimum: 2 }
filter:
excluded_paths:
- 'docs/*'