-
Notifications
You must be signed in to change notification settings - Fork 65
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
Tests and fixes #39
base: master
Are you sure you want to change the base?
Tests and fixes #39
Conversation
Signed-off-by: Luke Shumaker <[email protected]>
I implemented this in daixiang0#33 but forgot to update README.md Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]>
For instance, it's style with nolintlint to not have a space between the "//" and the "nolint:", yet gci puts a space there. Let other linters worry about whitespace, gci is for import order. Signed-off-by: Luke Shumaker <[email protected]>
@LukeShu please sign your commits with |
@daixiang0 What is the issue with the commits? To me it looks like all of them contain the |
My apologies for the delay--at the time I was having trouble with my I'll be figuring out how to update this over the next day or so. I may end up splitting it in to several PRs. |
But, out of curiosity, why do you care if the commits are signed, given that you squash PRs anyway? |
You can squash those into one commit and sign it. Merge with squash does not break any signoff, it just makes git log more readable. |
I mean figuring out how to update the contents--there are now several conflicts and so the code needs updated.
It discards the signatures. It replaces my commits which are signed by me with a new commit--which cannot possibly be signed by me. That new commit will be signed by key Sure, if you looked at my original commits (either by navigating to |
Thanks for your contribution, although now it has changed a lot. Feel free to update current tests if you want. Happy to see you here! |
Hey @LukeShu, it would be nice to see at least the fixes moving forward. |
@LukeShu do you have time to update it? |
There are several unrelated things going on here, I can split them up in to separate PRs if you desire, but I've already got it all in a tidy stack of commits, and nothing here should be controversial.