1
0
mirror of synced 2025-02-02 21:41:45 +03:00
doctrine2/.scrutinizer.yml

35 lines
1.0 KiB
YAML
Raw Normal View History

2017-06-19 11:17:25 +02:00
build:
nodes:
analysis:
environment:
php:
version: 7.1
cache:
disabled: false
directories:
- ~/.composer/cache
project_setup:
override: true
tests:
override:
- php-scrutinizer-run
2017-06-19 11:17:25 +02:00
2015-12-29 16:51:44 +01:00
before_commands:
- "composer install --no-dev --prefer-source"
tools:
external_code_coverage:
2015-12-29 17:11:14 +01:00
timeout: 3600
filter:
excluded_paths:
- docs
- tools
build_failure_conditions:
- 'elements.rating(<= C).new.exists' # No new classes/methods with a rating of C or worse allowed
- 'issues.severity(>= MAJOR).new.exists' # New issues of major or higher severity
- 'project.metric_change("scrutinizer.test_coverage", < 0)' # Code Coverage decreased from previous inspection
- 'patches.label("Unused Use Statements").new.exists' # No new unused imports patches allowed