manuskript/.codeclimate.yml

27 lines
337 B
YAML
Raw Permalink Normal View History

2016-02-26 22:59:53 +13:00
---
engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- libs/**/*
2016-03-11 04:36:28 +13:00
- **/*_ui.py