diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-07-18 20:50:39 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-07-19 10:28:11 +0200 |
commit | 842a923a6e663e339d22cc93f8aaad0ce59680d0 (patch) | |
tree | 04545e474f3f461a98f930e7b592e05bf01c938a /.scrutinizer.yml | |
parent | d8ec3994542d238f9d679d6c426c14caf6ba6450 (diff) | |
download | nextcloud-server-842a923a6e663e339d22cc93f8aaad0ce59680d0.tar.gz nextcloud-server-842a923a6e663e339d22cc93f8aaad0ce59680d0.zip |
Exclude phan from scrutinizer
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r-- | .scrutinizer.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 07743ee9813..1851bd4095b 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,6 +1,11 @@ before_commands: - 'git submodule update --init --recursive' +checks: + php: + excluded_dependencies: + - etsy/phan + filter: excluded_paths: - '3rdparty/*' |