Skip to content

Commit

Permalink
Merge pull request #583 from simPod/reconf-scrutinizer
Browse files Browse the repository at this point in the history
Drop scrutinizer checks as they're handled by PHPStan and code sniffer
  • Loading branch information
vladar committed Nov 18, 2019
2 parents 59c69ac + 9613ab5 commit ea011cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .scrutinizer.yml
Expand Up @@ -24,6 +24,4 @@ tools:

build_failure_conditions:
- 'elements.rating(<= C).new.exists' # No new classes/methods with a rating of C or worse allowed
- 'issues.label("coding-style").new.exists' # No new coding style issues 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

0 comments on commit ea011cf

Please sign in to comment.