Skip to content

Commit

Permalink
Dev Scrutinizer reconfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Nov 6, 2013
1 parent 4a3a361 commit fa9b34e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
filter:
excluded_paths: [framework/*, locale/*, docs/*, fonts/*, third_party/*, application/third_party/*]
tools:
php_cpd: true
php_mess_detector:
config:
controversial_rules: { camel_case_class_name: true, camel_case_property_name: true, camel_case_method_name: true, camel_case_parameter_name: true, camel_case_variable_name: true }
sensiolabs_security_checker: true
controversial_rules: { camel_case_class_name: true, camel_case_property_name: true, camel_case_method_name: true, camel_case_parameter_name: true, camel_case_variable_name: true }

0 comments on commit fa9b34e

Please sign in to comment.