Skip to content

Commit

Permalink
Add config files
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Sep 23, 2018
1 parent f65e53f commit 78b236f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .styleci.yml
@@ -0,0 +1,4 @@
preset: laravel
finder:
exclude:
- "tests/fixtures"
23 changes: 23 additions & 0 deletions scrutinizer.yml
@@ -0,0 +1,23 @@
checks:
php:
code_rating: true
duplication: true

filter:
excluded_paths:
- tests/*

build:
environment:
php:
version: '7.2'
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
-
command: 'vendor/bin/phpunit --coverage-clover=coverage.clover'
coverage:
file: 'coverage.clover'
format: 'clover'

0 comments on commit 78b236f

Please sign in to comment.