mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Added scrutinizer config to enforce using the new environment
This commit is contained in:
parent
025135b8c6
commit
6b9f9f0f44
1 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,12 @@
|
|||
tools:
|
||||
external_code_coverage: true
|
||||
checks:
|
||||
php:
|
||||
code_rating: true
|
||||
duplication: true
|
||||
php:
|
||||
code_rating: true
|
||||
duplication: true
|
||||
build:
|
||||
nodes:
|
||||
analysis:
|
||||
tests:
|
||||
override:
|
||||
- php-scrutinizer-run
|
||||
|
|
Loading…
Add table
Reference in a new issue