🚀 Adds CodeClimate

This commit is contained in:
Franck Nijhof 2017-12-09 23:02:17 +01:00
parent 45f0198696
commit 41638ed5ef
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
3 changed files with 16 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: []

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
build/*
!.gitkeep

1
.mdlrc Normal file
View file

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