🚀 Adds CodeClimate

This commit is contained in:
Franck Nijhof 2017-10-20 16:11:27 +02:00
parent 0cbff9af01
commit f3b05426de
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 11 additions and 0 deletions

10
.codeclimate.yml Normal file
View file

@ -0,0 +1,10 @@
---
engines:
fixme:
enabled: true
markdownlint:
enabled: true
ratings:
paths:
- "**.md"
exclude_paths: []

1
.mdlrc Normal file
View file

@ -0,0 +1 @@
rules "~MD024"