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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hooking up travis, coveralls, gemnasium, codeclimate, hound #1

Merged
merged 6 commits into from
Apr 4, 2016

Conversation

ndushay
Copy link
Contributor

@ndushay ndushay commented Apr 4, 2016

all with a no-op test.

connects to sul-dlss/media#7

@@ -1,3 +1,5 @@
require 'coveralls'
Coveralls.wear!('rails')

Choose a reason for hiding this comment

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

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

require 'rubocop/rake_task'
RuboCop::RakeTask.new(:rubocop)

task default: [:spec, :rubocop]
Copy link
Contributor

Choose a reason for hiding this comment

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

Should the default be set outside of the begin/require block? It might be strange that the default would be different under different contexts.

@jkeck
Copy link
Contributor

jkeck commented Apr 4, 2016

1️⃣ minor comment.

👍

@ndushay
Copy link
Contributor Author

ndushay commented Apr 4, 2016

minor comment addressed. Merging.

@ndushay ndushay merged commit 2f10aec into master Apr 4, 2016
@ndushay ndushay deleted the first-test branch April 4, 2016 21:52
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