Exclude phan from scrutinizer
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
d8ec399454
commit
842a923a6e
|
@ -1,6 +1,11 @@
|
|||
before_commands:
|
||||
- 'git submodule update --init --recursive'
|
||||
|
||||
checks:
|
||||
php:
|
||||
excluded_dependencies:
|
||||
- etsy/phan
|
||||
|
||||
filter:
|
||||
excluded_paths:
|
||||
- '3rdparty/*'
|
||||
|
|
Loading…
Reference in New Issue