-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Added overcommit and loosened Rubocop for tests #435
Conversation
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.
Left some details to shorten the loop
Missing element is setup for overcommit which should be added to README
This should override any simplecov as the updates are not to the covered ruby lines |
Mind doing this as part of this PR as well? Otherwise LGTM! |
Will do, copying from https://github.com/hack-different/apple-knowledge/blob/main/README.md basically |
N.B.: We probably also want the CI rules updated to reflect that the |
Okay, LGTM! I'll take care of the CI in a follow-up. |
This adds overcommit to perform local Rubocop before accepting a
git commit
reducing the amount of PR thrashIt also loosens rules in the
test
directory to reflect the accepted conventions