mina-deploy / mina

Blazing fast deployer and server automation tool
https://rubygems.org/gems/mina
Other
4.34k stars 491 forks source link

Enable Rubocop #696

Closed lovro-bikic closed 2 years ago

lovro-bikic commented 2 years ago

This PR enables Rubocop again. The old .rubocop.yml was deleted and I ran bundle exec rubocop --auto-gen-config to autogenerate a new TODO config. One by one, I removed cops from the TODO config and fixed offenses where necessary. I also disabled some cops because they don't apply to this project.

Rubocop was also enabled as a required step on CI.