BKWLD/laravel-pug

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  duplication:
    enabled: true
    exclude_paths:
    - "tests/"
    - "config/"
    - "src/config/"
    config:
      languages:
      - php
  fixme:
    enabled: true
    exclude_paths:
    - "tests/"
  phpmd:
    enabled: true
    exclude_paths:
    - "tests/"
    checks:
      Naming/ShortVariable:
        enabled: false
ratings:
  paths:
  - "**.php"