Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
Permit shorter var names
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Oct 15, 2014
1 parent 792b51f commit 0ba3549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ tools:
- unusedcode
- naming
- design
naming_rules:
short_variable: { minimum: 2 }
filter:
excluded_paths:
- 'docs/*'
Expand Down

0 comments on commit 0ba3549

Please sign in to comment.