[ ] If there are rubocop complaints you definitely don't care about (Cyclomatic complexity for index is too high), add them to rubocop.yml (use -d flag so you know the complaint name)
[ ] Add bundle exec rubocop step to Codeship. Just like that, before the rspec step. If it fails, the build will fail (which is good)
Cyclomatic complexity for index is too high
), add them to rubocop.yml (use -d flag so you know the complaint name)bundle exec rubocop
step to Codeship. Just like that, before therspec
step. If it fails, the build will fail (which is good)