chiefy/vaulted

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  duplication:
    enabled: true
    config:
      languages:
      - javascript
  eslint:
    enabled: true
    checks:
      no-console:
        enabled: false
  fixme:
    enabled: true
ratings:
  paths:
  - lib/**/*
exclude_paths:
- docs/**/*
- config/**/*
- tests/**/*