cyberbit/modation

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
    csslint:
        enabled: true
    duplication:
        enabled: true
        config:
            languages:
                - ruby
                - javascript
                - python
                - php
    eslint:
        enabled: true
    fixme:
        enabled: true
ratings:
    paths:
        - "**.css"
        - "**.inc"
        - "**.js"
        - "**.jsx"
        - "**.module"
        - "**.php"
        - "**.py"
        - "**.rb"
exclude_paths:
    - "rel/"
    - "**/*.min.js"