Skip to content

Commit

Permalink
Update scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Nov 6, 2014
1 parent df23c21 commit 479968f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,13 @@ tools:
# Runs Scrutinizer's PHP Analyzer Tool
php_analyzer:
enabled: true
checks:
php:
function_in_camel_caps: false
no_underscore_prefix_in_methods: false
no_underscore_prefix_in_properties: false
one_class_per_file: false
config:
checkstyle:
enabled: true
naming:
enabled: true
property_name: ^[_a-z][a-zA-Z0-9]*$ #Allow leading underscores
method_name: ^(?:[_a-z]|__)[a-zA-Z0-9]*$ #Allow leading underscores
filter:
excluded_paths:
- 'docs/*'
Expand Down

0 comments on commit 479968f

Please sign in to comment.