Enable WordPress standard on Scrutinizer

This commit is contained in:
Claudio Sanches 2017-07-20 18:05:36 -03:00
parent 814f1b228b
commit dcbe09376f
1 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,6 @@ build:
mysql: true mysql: true
postgresql: false postgresql: false
redis: false redis: false
node: false
apache2: apache2:
modules: ['rewrite'] modules: ['rewrite']
variables: variables:
@ -24,7 +23,7 @@ tools:
sensiolabs_security_checker: true sensiolabs_security_checker: true
php_code_sniffer: php_code_sniffer:
config: config:
standard: "WordPress" standard: WordPress
checks: checks:
php: php:
@ -40,6 +39,8 @@ checks:
no_exit: false no_exit: false
avoid_superglobals: false avoid_superglobals: false
avoid_closing_tag: false avoid_closing_tag: false
coding_standard:
name: WordPress
filter: filter:
excluded_paths: excluded_paths: