aboutsummaryrefslogblamecommitdiffhomepage
path: root/.codeclimate.yml
blob: ddff519bf38e5ab174232697156f41836acffc50 (plain) (tree)



















                  

               
       
---
engines:
  csslint:
    enabled: false
  duplication:
    enabled: true
    config:
      languages:
      - javascript
  eslint:
    enabled: true
  fixme:
    enabled: true
ratings:
  paths:
  - "**.css"
  - "**.js"
exclude_paths:
- config/
- node_modules/
- client
- server/tests/
- .tmp/