Skip to content

Commit

Permalink
Fix .scrutinizer.yml to run
Browse files Browse the repository at this point in the history
Remove tools and add php-scrutinizer-run.
  • Loading branch information
koriym committed Nov 10, 2021
1 parent 7f61f15 commit b3d3657
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
filter:
paths: ["src/*"]
tools:
external_code_coverage: true
php_code_coverage: true
php_sim: true
php_mess_detector: true
php_pdepend: true
php_analyzer: true
php_cpd: true

0 comments on commit b3d3657

Please sign in to comment.