Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-07-18 21:50:39 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-07-19 11:28:11 +0300
commit842a923a6e663e339d22cc93f8aaad0ce59680d0 (patch)
tree04545e474f3f461a98f930e7b592e05bf01c938a /.scrutinizer.yml
parentd8ec3994542d238f9d679d6c426c14caf6ba6450 (diff)
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/*'