Skip to content

Commit ea011cf

Browse files
authored
Merge pull request #583 from simPod/reconf-scrutinizer
Drop scrutinizer checks as they're handled by PHPStan and code sniffer
2 parents 59c69ac + 9613ab5 commit ea011cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.scrutinizer.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,4 @@ tools:
2424

2525
build_failure_conditions:
2626
- 'elements.rating(<= C).new.exists' # No new classes/methods with a rating of C or worse allowed
27-
- 'issues.label("coding-style").new.exists' # No new coding style issues allowed
28-
- 'issues.severity(>= MAJOR).new.exists' # New issues of major or higher severity
2927
- 'project.metric_change("scrutinizer.test_coverage", < 0)' # Code Coverage decreased from previous inspection

0 commit comments

Comments
 (0)