2016 12 gem upgrades #1126
CloCkWeRX
added
some commits
Dec 8, 2016
coveralls
commented
Dec 9, 2016
•
| + - 'db/seeds.rb' | ||
| + | ||
| +Style/EmptyMethod: |
Br3nda
Dec 10, 2016
Contributor
You can add ignores for the few files that have this, using:
bundle exec rubocop --auto-gen-config
CloCkWeRX
Dec 12, 2016
•
Contributor
Ah hah.
So, I can't decide - the single line cop looks stupid. I'm just going to drop us back to previous version, can make our minds up later
coveralls
commented
Dec 12, 2016
coveralls
commented
Dec 12, 2016
| @@ -14,8 +14,8 @@ | ||
| # users commonly want. | ||
| # | ||
| # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration | ||
| -require "codeclimate-test-reporter" |
CloCkWeRX
Dec 13, 2016
Contributor
Check out
https://github.com/codeclimate/ruby-test-reporter/blob/master/CHANGELOG.md
(v1.0.0)
pozorvlak
Dec 13, 2016
Member
Gotcha, thanks. I note that it says
Now, you are responsible for running codeclimate-test-reporter as a separate step in your build.
do we need to update .travis.yml?
CloCkWeRX
Dec 14, 2016
Contributor
We likely do, overlooked that
CODECLIMATE_REPO_TOKEN=<token> bundle exec codeclimate-test-reporter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Was #1101