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:
|
before_commands:
|
||||||
- 'git submodule update --init --recursive'
|
- 'git submodule update --init --recursive'
|
||||||
|
|
||||||
|
checks:
|
||||||
|
php:
|
||||||
|
excluded_dependencies:
|
||||||
|
- etsy/phan
|
||||||
|
|
||||||
filter:
|
filter:
|
||||||
excluded_paths:
|
excluded_paths:
|
||||||
- '3rdparty/*'
|
- '3rdparty/*'
|
||||||
|
|
Loading…
Reference in New Issue