mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Merge pull request #4044 from inspec/mj/codeclimate
Add codeclimate to our pipeline
This commit is contained in:
commit
e8515ec604
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