mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Add codeclimate to our pipeline
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
9cbd7c395f
commit
13db99c956
1 changed files with 19 additions and 0 deletions
19
.codeclimate.yml
Normal file
19
.codeclimate.yml
Normal 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
|
Loading…
Reference in a new issue