Skip to content

Commit

Permalink
Fixed the yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Feb 18, 2015
1 parent 69f44e1 commit c1fa11b
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
filter:
excluded_paths:
- tests/*
- apigen/*
- dummy-data/*
- i18n/*
- includes/api/v1/*
- includes/libraries/*
- includes/updates/*
- includes/gateways/simplify-commerce/includes/*
excluded_paths:
- tests/*
- apigen/*
- dummy-data/*
- i18n/*
- includes/api/v1/*
- includes/libraries/*
- includes/updates/*
- includes/gateways/simplify-commerce/includes/*

checks:
php:
variable_existence: false
verify_access_scope_valid: false
verify_argument_usable_as_reference: false
verify_property_names: false
no_global_keyword: false
psr2_switch_declaration: false
psr2_control_structure_declaration: false
psr2_class_declaration: false
one_class_per_file: false
no_exit: false
avoid_superglobals: false
avoid_closing_tag: false
php:
variable_existence: false
verify_access_scope_valid: false
verify_argument_usable_as_reference: false
verify_property_names: false
no_global_keyword: false
psr2_switch_declaration: false
psr2_control_structure_declaration: false
psr2_class_declaration: false
one_class_per_file: false
no_exit: false
avoid_superglobals: false
avoid_closing_tag: false

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

0 comments on commit c1fa11b

Please sign in to comment.