rails / thor

Thor is a toolkit for building powerful command-line interfaces.
http://whatisthor.com/
MIT License
5.11k stars 552 forks source link

Upgrade RuboCop, fix config and offenses, and run it in CI #790

Closed deivid-rodriguez closed 2 years ago

deivid-rodriguez commented 2 years ago

I noticed that even if the code includes RuboCop inline comments disabling cops, RuboCop is (no longer?) run in CI.

This PR upgrades RuboCop, fixes configuration and issues, and runs it in CI.

It does not change any styles that were not previously configured.