Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rubocop #116

Merged
merged 6 commits into from
Jul 19, 2016
Merged

Rubocop #116

merged 6 commits into from
Jul 19, 2016

Conversation

packrat386
Copy link
Contributor

@packrat386 packrat386 commented Jul 1, 2016

馃挌

There's a .rubocop.yml in the repo, but it's not a test dependency and the current code is violating it. This fixes the current violations (most of which were auto-correctable) and adds rubocop as a required test on travis. Also adds tests for Rails 5.

Thanks to @fwininger for the help.

Test rubocop as well as the most recent versions of ruby.
@kjg
Copy link
Collaborator

kjg commented Jul 5, 2016

Seems like there is some sort of parse error with travis, the last test's gemfile is all of them somehow

@fwininger fwininger mentioned this pull request Jul 18, 2016
@fwininger
Copy link
Collaborator

fwininger commented Jul 19, 2016

Thank you @packrat386 ! 馃憤 for this pull request

@kjg kjg mentioned this pull request Jul 19, 2016
@fwininger
Copy link
Collaborator

馃憤 for the last commit @packrat386

include:
- rvm: 2.3.1
gemfile: gemfiles/rails_5.gemfile
env: TEST_SUTE=rubocop
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like a typo here. TEST_SUITE

@kjg kjg merged commit 5a1bafe into mgomes:master Jul 19, 2016
@packrat386 packrat386 deleted the rubocop branch July 20, 2016 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants