Skip to content

Commit

Permalink
Added Scruntinizer configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
seb86 committed Jan 26, 2018
1 parent 125e470 commit 9d3e8c4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
tools:
php_code_sniffer:
config:
standard: WordPress
external_code_coverage:
timeout: 2500
checks:
php:
avoid_closing_tag: false
avoid_superglobals: false
coding_standard:
name: WordPress
no_exit: false
no_global_keyword: false
one_class_per_file: false
psr2_class_declaration: false
psr2_control_structure_declaration: false
psr2_switch_declaration: false
variable_existence: false
verify_access_scope_valid: false
verify_argument_usable_as_reference: false
verify_property_names: false
filter:
excluded_paths:
- languages/

0 comments on commit 9d3e8c4

Please sign in to comment.