Disable TODO check

This commit is contained in:
Michael Rose 2017-03-16 10:52:05 -04:00
parent 33336a9b1e
commit 5a63b03d14
1 changed files with 27 additions and 0 deletions

27
.codeclimate.yml Normal file
View File

@ -0,0 +1,27 @@
---
engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
fixme:
enabled: true
checks:
TODO:
enabled: false
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths: []