Skip to content

Commit

Permalink
Upgrade scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Apr 10, 2018
1 parent 45e30ea commit 043e2ad
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@
checks:
go: true
php: true

coding_style:
php:
spaces:
other:
after_type_cast: false

build:
nodes:
analysis:
project_setup:
override:
- 'true'
environment:
go:
version: go1.9.2
tests:
override:
- go-scrutinizer-run
- govet-run
- golint-run
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true

filter:
paths: [php/src/*]
Expand Down

0 comments on commit 043e2ad

Please sign in to comment.