Exclude phan from scrutinizer

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/5776/head
Lukas Reschke 7 years ago
parent d8ec399454
commit 842a923a6e
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1

@ -1,6 +1,11 @@
before_commands:
- 'git submodule update --init --recursive'
checks:
php:
excluded_dependencies:
- etsy/phan
filter:
excluded_paths:
- '3rdparty/*'

Loading…
Cancel
Save