Update codeclimate config to run rubocop again (#8991)

the "rubocop-1-9" channel could not be found, as it's name is actually "rubocop-1-9-1"
pull/8993/head
Philipp Tessenow 4 years ago committed by GitHub
parent 40dda5833b
commit 88cee93261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .codeclimate.yml

@ -27,7 +27,7 @@ checks:
plugins:
rubocop:
enabled: true
channel: rubocop-1-9
channel: rubocop-1-9-1
# Codeclimate uses brakeman 4.3.1 which does not support rails 6
# Check https://docs.codeclimate.com/docs/brakeman for updates.
brakeman:

Loading…
Cancel
Save