ronin-code-sql
ronin-code-sql 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
rubocop
task and add it to the CI.