Tim Kelly

Results 6 comments of Tim Kelly

While the branches have been added, I think we're still waiting on another step for them to be available, see https://github.com/codeclimate/codeclimate-rubocop/pull/290#issuecomment-874993591.

Locally with the CodeClimate CLI, I get the same error. ``` ❯ codeclimate version 0.85.24 ❯ codeclimate validate-config WARNING: unknown engine or channel ``` I can't see this error on...

@fede-moya got it, thank you! Regarding rubocop-graphql, that is working now. I was upgrading these two separately but it does work off of the 1-18-3 channel. Thank you for your...

@jakeonfire it works for me by using the latest channel (1-18-3) and then loading the gem as an [extension](https://docs.rubocop.org/rubocop/1.18/extensions.html#loading-extensions).

@anirudhchronus `channel-1-18-3` has been working as expected for me since my previous comments. AFAIK, this issue is resolved.

I believe the CLI is separate from the platform per @fede-moya's response above: > The CLI and the platform (codeclimate.com) work pretty much independently, which btw other things means that...