guard / listen

The Listen gem listens to file modifications and notifies you about the changes.
https://rubygems.org/gems/listen
MIT License
1.92k stars 246 forks source link

Rubocop workflow with GitHub actions #573

Closed AlexB52 closed 7 months ago

AlexB52 commented 10 months ago

Fix #516

Rubocop version 0.91 specified in the Gemfile isn't working for Ruby 3+ and the rake task fails locally. Upgrading Rubocop solves the problem. I thought I'd take the opportunity to fix #516 since it's an open issue.

ColinDKelley commented 7 months ago

Thanks for the PR, @AlexB52.