Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 470 Bytes

codeclimate.md

File metadata and controls

36 lines (23 loc) · 470 Bytes

CodeClimate

https://codeclimate.com/

CLI

brew tap codeclimate/formulae
brew install codeclimate

Generate .codeclimate.yml

codeclimate init

Edit, then validate:

codeclimate validate-config

Spawns docker container to run engines, takes a few mins, gives a long text output:

codeclimate analyze

Ported from private Knowledge Base page 2016+