-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up rubocop for travis #4
Conversation
1fc5151
to
80f2bf1
Compare
@@ -0,0 +1,59 @@ | |||
# A base Rubocop configuration that other repos can inherit from | |||
# http://rubocop.readthedocs.io/en/latest/configuration/#inheriting-configuration-from-a-remote-url |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you checked this in by mistake…
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> bundle exec rake
rake aborted!
Don't know how to build task 'rubocop' (see --tasks)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: I have not enabled Travis as the current code will not pass.
We shouldn't be merging code that fails bundle exec rake
. This isn't about whether it fails on travis — travis is a way automating that check.
This PR is in preparation of refactoring the scraper to use
scraped
(WIP:#3 )This enables Travis to run rubocop checks against PRs.
Note: I have not enabled Travis as the current code will not pass.