aboutsummaryrefslogblamecommitdiffhomepage
path: root/.codeclimate.yml
blob: 2318cfa4b5a9fb58dec46a93ede19483370721e1 (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
- scripts/
- server/tests/
- .tmp/