🚀 Adds CodeClimate

This commit is contained in:
Franck Nijhof 2017-09-26 16:36:27 +02:00
parent 7c9e5ad24a
commit b5ebc37444
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 14 additions and 0 deletions

13
.codeclimate.yml Normal file
View file

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

1
.mdlrc Normal file
View file

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