webssh2/.codeclimate.yml
2018-02-06 12:24:09 -05:00

32 lines
455 B
YAML

---
engines:
csslint:
enabled: true
duplication:
exclude_paths:
- "public/webssh2.bundle.js"
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:
- node_modules/
- "public/webssh2.bundle.js"