Skip to content

CI: Code Climate

Justin Searls edited this page Oct 15, 2020 · 1 revision

Configuration for Code Climate

Support for Standard in Code Climate is added by this plugin which is available by default for all users

Enabling the plugin

On .codeclimate.yml:

plugins:
  standard:
    enabled: true
    channel: beta

As for the release channel, beta can get updated more frequently, but stable is matching it up now, so channel is not really required.

Clone this wiki locally