Skip to content

Commit

Permalink
Reconfiguration des longueurs minimales des variables (2) et des fonc…
Browse files Browse the repository at this point in the history
…tions (4)
  • Loading branch information
stem committed Oct 27, 2014
1 parent 9e229e3 commit 3b77cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ checks:
no_space_before_semicolon: true
no_space_around_object_operator: true
no_short_variable_names:
minimum: '3'
minimum: '2'
no_short_open_tag: true
no_short_method_names:
minimum: '5'
minimum: '4'
no_mixed_inline_html: true
no_goto: true
no_global_keyword: true
Expand Down

0 comments on commit 3b77cec

Please sign in to comment.