Closed jrgns closed 7 years ago
Add the following command to the travis build, before the specs run:
bundle exec rubocop --fail-level W lib views
Ensure that the build passes by fixing all W and higher errors.
W
I would like to take this up.
I tried to fix few of the warnings from rubocop. - https://travis-ci.org/Atul9/ditty/jobs/287892912 I would like to pair for few of them. Can we pair ?
Fixed in PR #6
Add the following command to the travis build, before the specs run:
Ensure that the build passes by fixing all
W
and higher errors.