Skip to content

Commit

Permalink
Speeding up SSCI and Adding in JS Checks
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentkoc committed Jan 25, 2019
1 parent 1bd70b8 commit c59dee2
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ tools:
config:
standard: WordPress
sensiolabs_security_checker: true
external_code_coverage: true
external_code_coverage:
timeout: 600
build:
environment:
php:
Expand All @@ -22,12 +23,16 @@ build:
- composer run-script install-codestandards
nodes:
analysis:
cache:
directories:
- vendor/
tests:
override:
-
command: phpcs-run
use_website_config: true
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
- php-scrutinizer-run
- js-scrutinizer-run
checks:
php:
avoid_closing_tag: false
Expand All @@ -47,6 +52,8 @@ checks:
name: WordPress
javascript: true
filter:
paths:
- ./
excluded_paths:
- tests/
- wpcs/
Expand Down

0 comments on commit c59dee2

Please sign in to comment.