-
Notifications
You must be signed in to change notification settings - Fork 214
CI: Code Climate
Justin Searls edited this page Oct 15, 2020
·
1 revision
Support for Standard in Code Climate is added by this plugin which is available by default for all users
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.