socketry / nio4r

Cross-platform asynchronous I/O primitives for scalable network clients and servers.
Other
965 stars 86 forks source link

Bump rubocop #237

Closed vsppedro closed 4 years ago

vsppedro commented 4 years ago

Hi, I hope you guys are doing well.

I saw the opportunity to update rubocop in this project. What do you think?

This all started when, after running rubocop, I received the following warnings:

Error: The `Layout/AlignHash` cop has been renamed to `Layout/HashAlignment`.
(obsolete configuration found in .rubocop.yml, please update it)
The `Lint/HandleExceptions` cop has been renamed to `Lint/SuppressedException`.
(obsolete configuration found in .rubocop.yml, please update it)

About this PR:

ioquatix commented 4 years ago

Thanks, I'll migrate this to use github actions on windows.