ronin-support
ronin-support copied to clipboard
Add rubocop
Add rubocop to the repository.
- Add the rubocop gem to the Gemfile.
- Train rubocop on the existing code (
rubocop --auto-gen-config) and try to fix as many 1-2 time syntax violations. - Add a
rubocoptask and add it to the CI.
Will delay this after we've removed all of the unwanted legacy code.