File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 disabled : false
99 directories :
1010 - ~/.composer/cache
11-
1211 project_setup :
1312 override : true
1413 tests :
1514 override :
1615 - php-scrutinizer-run
17-
18- before_commands :
19- - " composer install --no-dev --prefer-source"
16+ - phpcs-run
17+ dependencies :
18+ override :
19+ - composer install --no-interaction --prefer-dist
2020
2121tools :
2222 external_code_coverage :
@@ -25,10 +25,8 @@ tools:
2525filter :
2626 excluded_paths :
2727 - docs
28- - tools
2928
3029build_failure_conditions :
3130 - ' elements.rating(<= C).new.exists' # No new classes/methods with a rating of C or worse allowed
3231 - ' issues.severity(>= MAJOR).new.exists' # New issues of major or higher severity
3332 - ' project.metric_change("scrutinizer.test_coverage", < 0)' # Code Coverage decreased from previous inspection
34- - ' patches.label("Unused Use Statements").new.exists' # No new unused imports patches allowed
You can’t perform that action at this time.
0 commit comments