mayflower/mo4-coding-standard

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"
exclude_patterns:
  - "integrationtests/"
checks:
  method-lines:
    config:
      threshold: 120
  method-complexity:
    config:
      threshold: 15
  return-statements:
    enabled: false