-
Notifications
You must be signed in to change notification settings - Fork 178
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 a directory for checks from Fowler's. Added a check for 'waxed … #391
Conversation
Thanks. Is the quote in the docstring taken directly from a book? (I see an incorrect form of "Its" in the first line, which would be funny if real.) |
Ah no, that's probably my typo in copying. Shall I correct it before merging? |
Yes please — maybe we should have proselint run on its own source! |
Do I need to squash these together. If so, how? |
Here's a walkthrough of the process I would use: A. Run
B. We see commit e4166fa, which is your original addition of the Fowler check; a merge commit 5849981; the typo fix 1a9fe7f; and another merge commit db7e6d4. From this, the plan is to squash the original & typo fix into one commit, remove the merge commits, and rebase over master. C. To do this, we will first rebase in interactive mode:
D. Resort the four
E. Change
F. Save. This will bring up a screen where you can edit the commit message:
G. Edit it so that the only uncommented line is your commit message:
H. Save. Now your history is cleaner. I. Rebase over master,
J. Push your branch — you'll need to use the K. Fin. |
Okay, done. Thanks for helping me out. |
Added a directory for checks from Fowler's. Added a check for 'waxed …
…lyrically' &c.