Conversation
|
The latest Buf updates on your PR. Results from workflow Buf / validate-protos (pull_request).
|
| $(BIN)/license-header \ | ||
| --license-type apache \ | ||
| --copyright-holder "Buf Technologies, Inc." \ | ||
| --year-range "$(COPYRIGHT_YEARS)" |
There was a problem hiding this comment.
See https://github.com/connectrpc/connect-go/blob/main/Makefile#L86-L89
All other changes in this PR just bump 2025 to 2026.
There was a problem hiding this comment.
👍 - assuming internal/testdata for LICENSE_IGNORE is just copied over from elsewhere / vestigial? (no real need to dig for an answer, just if you had context.)
There was a problem hiding this comment.
That is my understanding, yes. connect-go has internal/testdata, but protovalidate-go does not.
| $(BIN)/license-header \ | ||
| --license-type apache \ | ||
| --copyright-holder "Buf Technologies, Inc." \ | ||
| --year-range "$(COPYRIGHT_YEARS)" |
There was a problem hiding this comment.
👍 - assuming internal/testdata for LICENSE_IGNORE is just copied over from elsewhere / vestigial? (no real need to dig for an answer, just if you had context.)
No description provided.