Replies: 2 comments 2 replies
-
|
If I look at the docs for it today at https://docs.codeclimate.com/docs/rubocop, it shows that it is being deprecated (no idea when it started showing that). So I would say the chances of it being updated are quite low. Seems like they want you do use https://qlty.sh instead (never head of it myself) so I guess you could do that? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Does it need to be through an action running rubocop? You can just install it and |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How are people running rubocop on PRs into Github?
We're using CodeClimate, but they force rubocop 1.56.3, which is quite old. This version is currently throwing warnings for rubocop-ast, and also triggering security errors for us around rexml (which has had a number of CVEs over the past few years).
CodeClimate does not currently have a person championing ruby, and is not responding to requests to get a "channel" running for recent rubocop versions.
We are using the open source version and it is hard to demand something from people for free.
Anyone know the best way to encouraging Codeclimate to upgrade the version of rubocop, or have an alternative way to run rubocops on PRs and/or merges?
Thanks.
Update: change version
Beta Was this translation helpful? Give feedback.
All reactions