-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support channel-1-18-3 / rubocop 1.18.3 #297
Comments
While the branches have been added, I think we're still waiting on another step for them to be available, see #290 (comment). |
@mileslane @timlkelly It should be available by now. I'll check tomorrow morning why that's not the case. |
@mileslane @timlkelly I have just gave it a shot and seems to be working just fine. Still isn't that the case ? |
@mileslane @timlkelly In case is still not working for you folks please share the codeclimate links of the repos so I can debug it. With codeclimate links I mean |
Locally with the CodeClimate CLI, I get the same error.
I can't see this error on CodeClimate, so I am not sure what is happening there. But it is telling me that existing Rubocop offenses have been resolved (they haven't, they still break locally). So that leads me to believe something is not working correctly. Separately, it does error when I try to use |
the codeclimate CLI gets its valid list of channels from here which is very outdated. it works fine for codeclimate-hosted builds though.
Edit: i think i'm using the |
what's strange to me, though, is that running the afore-mentioned command gives me many (correct) rubocop offenses which do not show up in codeclimate.com builds 🤔 |
I can confirm that, on codeclimate.com, our rubocop tests are now running as expected. The repo's .codeclimate.yml contains:
I would very much like it if these configuration issues could be fully explained here: https://docs.codeclimate.com/docs/rubocop |
Thanks! :-) |
@timlkelly @jakeonfire The CLI and the platform (codeclimate.com) work pretty much independently, which btw other things menas that they need to be updated separately and we still haven't updated the CLI to account for rubocop-1-18-3. @timlkelly that's right I was also expecting for rubocop-graphql to be available on rubocop-1-18-3. We can talk about that separately. |
@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 help! |
@timlkelly great, good news! 🙌🏼 , anytime. |
how does |
@jakeonfire it works for me by using the latest channel (1-18-3) and then loading the gem as an extension. |
@mileslane Hey! 🙌🏼 , working now ? |
works for me! 🙌 |
@mileslane @timlkelly Any update on this? |
@anirudhchronus |
Still not working for me in the CLI:
|
I believe the CLI is separate from the platform per @fede-moya's response above:
|
Thanks @timlkelly, yes, that's the case. @katelovescode I can trigger a CLI release including more recent rubocop versions, that sounds good ? |
Yes please, @fede-moya , that'd be amazing! |
@fede-moya Hello, looks like there is a problem with publishing new version of codeclimate with new rubocop versions :( Is there a new docker image? |
This should be working now. |
On https://codeclimate.com/repos/<UID>/builds/<build number>, if I expand the rubocop output:
And yet, https://github.com/codeclimate/codeclimate-rubocop/branches/all?utf8=%E2%9C%93&query=channel%2Frubocop shows a published branch for rubocop-1-18-3 (https://github.com/codeclimate/codeclimate-rubocop/tree/channel/rubocop-1-18-3)
Additional information from codeclimate.com for this test pass:
$ codeclimate validate-config
WARNING: unknown engine or channel rubocop:rubocop-1-18-3
Running codelimate locally, I am able to use rubocop-1.9.1:
However, none of the branches newer that 1-9-1 are working. E.g.,
WARNING: unknown engine <rubocop:rubocop-1-10-0>
The text was updated successfully, but these errors were encountered: