Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/mgechev/revive from 1.3.2 to 1.3.3.
Release notes
Sourced from github.com/mgechev/revive's releases.
Commits
9a87e6f
Update goreleasera4ae369
build: shift to the supported go versions (1.20 and 1.21) (#878)4ee7542
fix: false positive in import-shadowing for method names (#876)e758901
Revert "fix: unnecesary alert for use-any when comments inside interface{} (#...9acfcc8
fix #863:false positive on return statement in a func lit passed to the defer...519ffbd
fix: unnecesary alert for use-any when comments inside interface{} (#873)19a95d9
resolve #867: remove k[A-Z][A-Za-z\d]*$ sub-rule fromvar-naming
(#871)16871ed
fix #864: confusing-naming FP on methods of generic types (#869)7cb4540
fix #846: time-equal garbled message when time returned from function (#868)72f9108
(var-naming) support private uppercase constants #865 (#866)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show