-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into codeboten/rm-deprecated-type
- Loading branch information
Showing
28 changed files
with
288 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -457,14 +457,6 @@ that each of the following steps is done in a separate version: | |
1. On `v0.N+2`, we change `func GetFoo() Foo` to `func GetFoo(context.Context) Foo` if desired or remove it entirely if | ||
needed. | ||
#### Exceptions | ||
While the above is what we strive to follow, we acknowledge that some changes might be unfeasible to achieve in a | ||
non-breaking manner. Exceptions to the outlined rules are acceptable if consensus can be obtained from approvers in the | ||
pull request they are proposed. A reason for requesting the exception MUST be given in the pull request. Until unanimity | ||
is obtained, approvers and maintainers are encouraged to discuss the issue at hand. If a consensus (unanimity) cannot be | ||
obtained, the maintainers are then tasked in getting a decision using its regular means (voting, TC help, ...). | ||
## Updating Changelog | ||
An entry into the [Changelog](./CHANGELOG.md) is required for the following reasons: | ||
|
@@ -502,3 +494,12 @@ go: github.com/golangci/[email protected] requires | |
`go env GOPROXY` should return `https://proxy.golang.org,direct`. If it does not, set it as an environment variable: | ||
|
||
`export GOPROXY=https://proxy.golang.org,direct` | ||
|
||
## Exceptions | ||
|
||
While the rules in this and other documents in this repository is what we strive to follow, we acknowledge that rules may be | ||
unfeasible to be applied in some situations. Exceptions to the rules | ||
on this and other documents are acceptable if consensus can be obtained from approvers in the pull request they are proposed. | ||
A reason for requesting the exception MUST be given in the pull request. Until unanimity is obtained, approvers and maintainers are | ||
encouraged to discuss the issue at hand. If a consensus (unanimity) cannot be obtained, the maintainers are then tasked in getting a | ||
decision using its regular means (voting, TC help, ...). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.