1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Easy up on Scrutinizer failure level to make report usable

This commit is contained in:
Thomas Tanghus 2014-04-17 17:55:17 +02:00
parent 561d13c20e
commit 015441c795

View File

@ -1,5 +1,5 @@
build_failure_conditions: build_failure_conditions:
- 'elements.rating(<= D).exists' # No classes/methods with a rating of D or worse #- 'elements.rating(<= D).exists' # No classes/methods with a rating of D or worse
- 'elements.rating(<= D).new.exists' # No new classes/methods with a rating of D or worse - 'elements.rating(<= D).new.exists' # No new classes/methods with a rating of D or worse
- 'issues.label("coding-style").new.exists' # No new coding style issues allowed - 'issues.label("coding-style").new.exists' # No new coding style issues allowed