Merge pull request #4044 from inspec/mj/codeclimate

Add codeclimate to our pipeline
This commit is contained in:
Ryan Davis 2019-05-15 10:05:00 -07:00 committed by GitHub
commit e8515ec604
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.codeclimate.yml Normal file
View file

@ -0,0 +1,19 @@
version: "2"
checks:
file-lines:
enabled: false
plugins:
fixme:
enabled: true
config:
strings:
- TODO
flog:
enabled: true
markdownlint:
enabled: true
rubocop:
enabled: true
channel: rubocop-0-49
config:
file: .rubocop.yml