Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In working on #161 I've noticed this repo's style is quite specific. I was wondering if you guys would consider standardizing the style you guys use through a Rubocop config?
This initial commit just makes it so that all Rubocop rules pass, I wanted to put this here as a PR before I actually went ahead and actually made some suggestions on corrections.
Basically, I'd just look at the cases where there are just 1 or 2 occurrences of the violation and fixing them. If there are instances where you guys seem to be making an intentional choice of personal style, for instance:
e.g.
That'd be something I'd leave alone.
Let me know your thoughts, totally understand if it's not to your preference. I find having a Rubocop config makes it easier for outside contributors to not spend a bunch of time wondering if their PR will fit into your style guide.