wtetsu/mouse-dictionary

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"
checks:
  method-lines:
    enabled: true
    config:
      threshold: 150
  method-complexity:
    enabled: true
    config:
      threshold: 25
  file-lines:
    config:
      threshold: 2000
  return-statements:
    config:
      threshold: 10
plugins:
  eslint:
    enabled: true
  csslint:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
        javascript:
          count_threshold: 3
          patterns:
            - "*.js"
exclude_patterns:
  - "__test__/"
  - "tools/"
  - "**/*.css"