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

Add rubocop #27

Merged
merged 3 commits into from
Apr 13, 2018
Merged

Add rubocop #27

merged 3 commits into from
Apr 13, 2018

Conversation

indrekj
Copy link
Contributor

@indrekj indrekj commented Apr 3, 2018

Rubocop can be manually run by using rake rubocop, but it is also integrated
into regular rake command which runs rubocop, tests and coverage.

This should help keep this project code more consistent.

I tried to use minimal set of rubocop rules and rely mostly on rubocop
defaults.

This hasn't been enforced and includes a lot of noise.
Rubocop can be manually run by using `rake rubocop`, but it is also
integrated into regular `rake` command which runs rubocop, tests and
coverage.

This should help keep this project code more consistent.

I tried to use minimal set of rubocop rules and rely mostly on rubocop
defaults.
@indrekj
Copy link
Contributor Author

indrekj commented Apr 3, 2018

/cc @itsderek23

This forces the build to also run rubocop.
Copy link
Member

@mwear mwear left a comment

Choose a reason for hiding this comment

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

I'm not particularly tied to any specific style guidelines, but I do agree that consistency is important, especially for an open source project. The rubocop defaults work for me. Thanks for setting this up!

@itsderek23 do you have any thoughts on this?

@itsderek23 itsderek23 merged commit fdd82a8 into opentracing:master Apr 13, 2018
@itsderek23
Copy link
Collaborator

I'm not particularly tied to any specific style guidelines, but I do agree that consistency is important, especially for an open source project.

I agree with this.

I've gone ahead and merged.

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