Re: [Rails-core] Proposal to run RuboCop using GitHub Actions

2019-10-28 Thread Yasuo Honda
Hi Kasper, Thanks for the reply and sorry for the late reply. I have opened a pull request https://github.com/rails/rails/pull/37582 to let GitHub Actions run RuboCop because RuboCop 0.76.0 has been just released. Would like to get some more feedback there. Thanks, -- Yasuo Honda On Sun, Sep 2

Re: [Rails-core] Proposal to run RuboCop using GitHub Actions

2019-09-28 Thread Kasper Hansen
Hey Yasuo, I’m fine with it. But I’d leave final call to Eileen who has an open PR to use GitHub actions in general. -- Kasper On 23 Sep 2019, 03.35 +0200, Yasuo Honda , wrote: > Hi, > > I'd like to propose run RuboCop at https://github.com/rails/rails using > GitHub Actions. > > As of right no

[Rails-core] Proposal to run RuboCop using GitHub Actions

2019-09-22 Thread Yasuo Honda
Hi, I'd like to propose run RuboCop at https://github.com/rails/rails using GitHub Actions. As of right now, RuboCop is running using Code Climate. Here are some restrictions: * Need to wait for newer channel like `channel: rubocop-0-74` available at Code Climate Refer https://github.com/rail