Astrotomic/laravel-monolog-config

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  duplication:
    enabled: true
    config:
      languages:
        php:
          mass_threshold: 40
  fixme:
    enabled: true
  phpmd:
    enabled: true
    checks:
      CleanCode/StaticAccess:
        enabled: false
      Design/CouplingBetweenObjects:
        enabled: false
ratings:
  paths:
    - "src/MonologConfig/**.php"
exclude_paths:
  - tests/