aboutsummaryrefslogtreecommitdiffstats
path: root/.scrutinizer.yml
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-07-18 20:50:39 +0200
committerLukas Reschke <lukas@statuscode.ch>2017-07-19 10:28:11 +0200
commit842a923a6e663e339d22cc93f8aaad0ce59680d0 (patch)
tree04545e474f3f461a98f930e7b592e05bf01c938a /.scrutinizer.yml
parentd8ec3994542d238f9d679d6c426c14caf6ba6450 (diff)
downloadnextcloud-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.yml5
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/*'