Gustavosdo/summum

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
# This is the config file for codeclimate.com
# https://docs.codeclimate.com/docs/configuring-your-code-climate-analysis

engines:
  csslint:
    enabled: true
  eslint:
    enabled: true
  radon: 
    enabled: true
    config: 
      python_version: 3
  duplication:
    enabled: true
    config:
      languages:
      - javascript
      - python
        #mass_threshold: 30
  fixme:
    enabled: true
  # pep8:
  #   enabled: true
# languages:
#    JavaScript: true
#    Python: true
ratings:
  paths:
    - "**.py"
    - "**.js"
    - "**.css"
exclude_paths:
- "**/migrations/**/*"