Skip to content

Commit

Permalink
Try to fix the scrutinizer upper_lower_casing
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Feb 18, 2015
1 parent 25c7064 commit 8d567bc
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,19 @@ checks:
no_exit: false
avoid_superglobals: false
avoid_closing_tag: false
upper_lower_casing:
keywords:
general: lower
constants:
true_false_null: lower

tools:
sensiolabs_security_checker: true
php_code_sniffer:
config:
standard: "WordPress"
external_code_coverage:
timeout: 600
timeout: 600

coding_style:
php:
upper_lower_casing:
keywords:
general: lower
constants:
true_false_null: lower

0 comments on commit 8d567bc

Please sign in to comment.