Skip to content

Commit f64e0ec

Browse files
authored
Merge branch 'master' into issue3951
2 parents 891180e + a6ef9a7 commit f64e0ec

File tree

116 files changed

+2081
-30
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+2081
-30
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tools:
2424
timeout: 600
2525

2626
build_failure_conditions:
27-
- 'elements.rating(<= C).new.exists' # No new classes/methods with a rating of C or worse allowed
27+
- 'elements.rating(<= D).new.exists' # No new classes/methods with a rating of D or worse allowed
2828
- 'issues.severity(>= MAJOR).new.exists' # New issues of major or higher severity
2929
- 'project.metric_change("scrutinizer.test_coverage", < 0)' # Code Coverage decreased from previous inspection
3030
- 'patches.label("Unused Use Statements").new.exists' # No new unused imports patches allowed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions

docs/topics/Behind the Mask.md

Lines changed: 834 additions & 0 deletions

docs/topics/Looping the Loop.md

Lines changed: 479 additions & 0 deletions

docs/topics/The Dating Game.md

Lines changed: 300 additions & 0 deletions

0 commit comments

Comments
 (0)