Closed renovate[bot] closed 2 months ago
[!WARNING]
Rate limit exceeded
@renovate[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 29 minutes and 42 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between 2ca5846370228d2dbc52e51b8e3fa607c9a24256 and 7ab915445f26ff7192ddd1d420466b34a1cf326a.
The update involves progressively upgrading the version of the golangci-lint
tool in the .pre-commit-config.yaml
file, first from v1.59.1
to v1.60.0
, then to v1.60.1
, and finally to v1.60.2
. These changes enhance the linting capabilities for Go code by potentially introducing new features and fixes while maintaining the overall structure of the configuration.
File | Change Summary |
---|---|
.pre-commit-config.yaml |
Updated golangci-lint version from v1.59.1 to v1.60.0 , then to v1.60.1 , and finally to v1.60.2 . |
sequenceDiagram
participant Developer
participant PreCommit
participant GolangCI
Developer->>PreCommit: Commit code
PreCommit->>GolangCI: Run linting (latest version)
GolangCI-->>PreCommit: Linting results
PreCommit-->>Developer: Show results
π In the meadow, bright and fair,
A new version hops with flair!
Linting tools now shine anew,
Bugs and quirks, we'll bid adieu.
With every hop, we code with glee,
Thanks togolangci
, oh so free! πβ¨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This PR contains the following updates:
v1.59.1
->v1.60.2
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
golangci/golangci-lint (golangci/golangci-lint)
### [`v1.60.2`](https://togithub.com/golangci/golangci-lint/compare/v1.60.1...v1.60.2) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.60.1...v1.60.2) ### [`v1.60.1`](https://togithub.com/golangci/golangci-lint/compare/v1.60.0...v1.60.1) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.60.0...v1.60.1) ### [`v1.60.0`](https://togithub.com/golangci/golangci-lint/compare/v1.59.1...v1.60.0) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.59.1...v1.60.0)Configuration
π Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/London, Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.