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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-12-31 15:29:37 +0300
committerbrantje <brantje@gmail.com>2016-12-31 15:58:29 +0300
commit0c9d2468df5e0591a72e2c346661b6d3ad20467e (patch)
tree0ebbdf11dd237062f0464692e22130193904edff /.scrutinizer.yml
parent6b6ac0ddc5afd88944d40cb4769a6bd3f0b92f25 (diff)
Fix some small scrutinizer issues
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 175e383d..048faab3 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -16,4 +16,10 @@ tools:
php_mess_detector: true
php_code_sniffer: true
sensiolabs_security_checker: true
- php_code_coverage: true \ No newline at end of file
+ php_code_coverage: true
+
+build_failure_conditions:
+ - 'issues.label("coding-style").new.count > 5'
+ - 'issues.severity(>= MAJOR).new.exists'
+ - 'elements.rating(<= D).new.exists'
+ - 'project.metric("scrutinizer.quality", < 7.5)' \ No newline at end of file