add support to Ruby 3.0#439
Conversation
| # This configuration was generated by | ||
| # `rubocop --auto-gen-config` | ||
| # on 2017-08-24 11:09:20 +0200 using RuboCop version 0.49.1. | ||
| # on 2021-07-06 16:06:45 UTC using RuboCop version 1.12.1. |
There was a problem hiding this comment.
Changes in this file are auto-generated and do not need to be reviewed.
https://docs.rubocop.org/rubocop/configuration.html#automatically-generated-configuration
| # Setup env | ||
| - uses: actions/checkout@v2 | ||
| - uses: actions/setup-ruby@v1 | ||
| - uses: ruby/setup-ruby@v1 |
There was a problem hiding this comment.
actions/setup-ruby is deprecated and recommended to use ruby/setup-ruby.
rogerluan
left a comment
There was a problem hiding this comment.
🤩 This is great! I think it makes sense to delay the rubocop lint issues resolution, just like you did. This keeps the changes to this PR as minimal as possible.
💪 Thank you for your contribution!
|
Hello @rogerluan ! |
|
Thanks for the pinging me @maxim-lobanov ! I've just released a new version 😊 https://rubygems.org/gems/xcode-install/versions/2.8.0 🚀 |
Resolve #437
This PR is a change to support working in a Ruby3.0.
The changes are as follows :
.rubocop_todo.ymland temporarily disabling new rules that has a large impact and cannot be enabled.