-
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
standardize license header #77
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.
Nice! Nifty script. Thanks @spolti
I still need to do a proper test, just a few comments for now
Hi @ckadner did you had time to test it? |
chore: Format all *.go files to have the empty line above the package declaration The goal is to add a new step to take care of the license headers as part of the `go fmt` make goal to keep it consistent across all files it is present. Signed-off-by: Spolti <[email protected]>
Signed-off-by: Spolti <[email protected]>
Signed-off-by: Spolti <[email protected]>
Signed-off-by: Spolti <[email protected]>
Thanks for the review @ckadner, I've applied your suggestions, please take a look. |
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.
So close! -- Apologies once again for my tardy review :-(
If you want I can just add the missing script line and merge?
c6c3dbd
to
ce9ef7c
Compare
Signed-off-by: Spolti <[email protected]>
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.
Thanks @spolti -- works, but not sure we might want to cleanup
what do you mean by the cleanup? |
Signed-off-by: Spolti <[email protected]>
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.
Great! Thanks @spolti
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ckadner, spolti The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks for all the effort you put on reviewing this @ckadner. |
chore: Format all *.go files to have the empty line above the package declaration
The goal is to add a new step to take care of the license headers as part
of the
go fmt
make goal to keep it consistent across all files it is present.Motivation
Modifications
Result