FrenchYeti/dexcalibur

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
exclude_patterns:
- "test/"
- "src/webserver/"
- "**/vendor/"
- "scripts/"
- "APIs/"
- "docker/"
- "bin/"
engines:
  duplication:
    enabled: true
    config:
      languages:
        javascript:
          mass_threshold: 65