padrino / padrino-framework

Padrino is a full-stack ruby framework built upon Sinatra.
http://www.padrinorb.com
MIT License
3.37k stars 509 forks source link

Initial Rubocop setup #2279

Closed achiurizo closed 9 months ago

achiurizo commented 9 months ago

Adding a first pass to integrating rubocop to help with further development. This disables quite a few rules for now so we can incrementally adjust as we continue to integrate rubocop further.

To keep the changeset small, I've auto-corrected padrino-core only.