Skip to content

Commit

Permalink
chore: Add Scrutinizer configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Feb 9, 2021
1 parent 16694d2 commit a6a317a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
build:
nodes:
analysis:
environment:
php:
version: 7.4
tests:
override:
- php-scrutinizer-run

filter:
paths:
- 'src/*'

tools:
external_code_coverage:
timeout: 600
php_loc: true
php_pdepend: true
php_sim: true
php_changetracking: true

0 comments on commit a6a317a

Please sign in to comment.