New release: Code Climate CLI version 0.7.0
We’re excited to release version 0.7.0 of our Command Line Interface, which allows you to run Code Climate locally inside of Docker containers!
This latest version of the Code Climate CLI includes support for our new advanced config file schema, and the option to run with without a checked in codeclimate.yml
.
It also adds our 10-point technical debt assessment for JavaScript, Java, PhP, Python and Ruby, as part of the default analysis. To turn off any of these checks, add the following to your .codeclimate.yml
:
checks:
argument-count:
enabled: false
complex-logic:
enabled: false
file-lines:
enabled: false
method-complexity:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
nested-control-flow:
enabled: false
return-statements:
enabled: false
similar-code:
enabled: false
identical-code:
enabled: false
Download the new version of the CLI and try it out!