-
Notifications
You must be signed in to change notification settings - Fork 3
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
Style guide conformance #14
Style guide conformance #14
Conversation
Colligo - vanilla blacklight app created
Feature capistrano
Feature mods
Feature annotation data
Feature iiif manifest data
Feature solr config
|
||
# Ignore IDE and rubocop files | ||
.idea/* | ||
.rubocop.yml |
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.
I think it would be okay to check-in the rubocop.yml
for this project. It allows others that come into the project in the future (even if that never ends up happening) to know what the guidelines you were using when developing this app, and that they should follow the same.
It's your call though, I'm not sold in one direction or the other.
Ah will do that. Also, there's still a conflict. Let me resolve that. |
Hmm, hoping the merge conflict will resolve once you have accepted the solr_config PR, as I created this PR only after I did a fetch and rebase of the upstream master. If not, I'll try again after the solr_config PR has been accepted.
Also, from the next PR I will be judicious with style guide conformance.