Skip to content
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

build(deps): Bump github.com/mgechev/revive from 1.5.1 to 1.6.0 #2665

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2025

Bumps github.com/mgechev/revive from 1.5.1 to 1.6.0.

Release notes

Sourced from github.com/mgechev/revive's releases.

v1.6.0

Changelog

  • 275b0184e26cdee1f555e9f536839418664bc680 refactor (rule/error-return): replace AST walker by iteration over declarations (#1163)
  • fcfd6ad5f1476e60c88af623c51fc8d63e8e4c41 refactor (rule/flag-param): replace AST walker by iteration over declarations (#1164)
  • a31d5afbcd8940db3b098e13a19231aa507be810 refactor (rule/modifies-value-receiver): replace AST walker by iteration over declarations (#1165)
  • dff4dc94952750371fb600e73e13ad59bb109585 Filename-format rule: fix filename extension regex: ".go" to "\.go". (#1132)
  • 655e6060b2ef3915215e0d795c79131f1a48d7f1 Update RULES_DESCRIPTIONS.md (#1134)
  • 7d97f5481a4c07ed7b492718abec69c2bb71932f [chore] clean up go.sum (#1201)
  • d2778f36f1cad0f9c675c221ddf58b20bcbf5792 adds rule use-errors-new (#1142)
  • cb74ccbf4458d66fadb12797be5d22fe47d0f84f chore: Improve sortables detection (#1151)
  • 72b91f0188c45a9a7e98a7a554ca6242308d2d92 chore: Update go.sum (#1153)
  • dde83449d757f5dee5050b853674604f6279e227 chore: add missing tests for var-declarations, fix any/interface{} type issue (#1154)
  • 4b2c76e8b97c286a55a557c373302b04808c39ad chore: cleanup code in rules (#1197)
  • 4dd63ef035df6e92f2d820fa66e81250920e6fd1 chore: fix typo (#1187)
  • 45731a378cc0dea4db4fb2cdde198317e6d91b1c chore: migrate goreleaser config to v2 (#1105)
  • 10d9697cc2d7e97d43590dd5ef12253b0b0dd14b chore: remove unused #region comments (#1181)
  • d64bddc9bc5e4fdd1a08fca0f9ae55d4bf1a06c5 chore: use US English instead of UK English (#1186)
  • bb9e681da6922c56eb110c8e6b939a4eae0f4e0c cognitive-complexity: handle direct recursion (#1149)
  • 3bc240434f4456ec2681053796f5b3f52be7bc3c deep-exit: fix mixed receiver type (lintDeepExit) (#1150)
  • a48710b04b4dbe5e81af5c2a391d8a11444291e5 deep-exit: ignore testable examples (#1155)
  • 7f769f8c16feda0e894fdc4b426d81cfca1e5be8 feat: add redundant-build-tag rule (#1135)
  • 7e1d35d8d232a52f109896f277a5bd7e66df4784 feat: optional extension to early-return rule (#1133) (#1138)
  • 57fe5b63d4a9361d1b0373d3cc0b157ade4441ee fix(deps): update module github.com/spf13/afero to v1.12.0 (#1200)
  • 47dc9238d16384f5df4733789aaf864f58ed398b fix(deps): update module golang.org/x/tools to v0.28.0 (#1172)
  • 4ba2c562ed435dbf12542b714c43dda4fc9050e7 fix(deps): update module golang.org/x/tools to v0.29.0 (#1198)
  • a106e63fb8a32d6c1ca9a6afcafca8e0675bac3f fix(rule/modifies-value-receiver): miss modification by ++/-- (#1175)
  • 24a9325b5a66a5100382ceef3cd82283c6419919 fix: ast_utils.FuncSignatureIs panics with types names other than ast.Ident (#1174)
  • 772285d9c7c1a40b627fc8ebff0f70887182ff05 fix: change URL to the page with rules descriptions (#1129)
  • 98a6c9766493ab06f79a66a10617cf249745cbf8 fix: confusing-results doesn't work with pointer types (#1158)
  • 7998011cac2c560dba4c3836a932eb76765c1363 fix: return configure rule error (#1193)
  • d9c61c1518f16418ad94d92b2d5976c266e0ad6e fix: running revive in CI (#1205)
  • c3b541ff735a4a078254398c4673ab6bae9ef17a refactor (rule/arguments-limits): replace AST walker by iteration over declarations (#1159)
  • 4b137822eac01f7be31bda07e4eb7a0ac49953ff refactor (rule/cyclomatic): replace AST walker by iteration over declarations (#1161)
  • cb89a4cc78c225c1c07e474f37ea3daa2942a4cc refactor (rule/datarace): replace AST walker by iteration over declarations (#1162)
  • 361c74464d350b19783da01fc1b06a614e3815d9 refactor (rule/function-length): replace AST walker by iteration over declarations (#1166)
  • a31d590c83ab42ae0d241bdd35f28ca53a204394 refactor (rule/function-result-limit): replace AST walker by iteration over declarations (#1167)
  • 3e1dbc033e5c69d4c74c31668fe69ce1279dbea1 refactor (rule/get-return): replace AST walker by iteration over declarations (#1168)
  • 5c2aadfa917faac0461e4dcda1cd5f8886bc7457 refactor (rule/receiver-naming): replace AST walker by iteration over declarations (#1169)
  • 278246df681856bd9ee3309af6839ba7ca714204 refactor (rule/unexported-return): replace AST walker by iteration over declarations (#1170)
  • 8f540123a11810e294dbc3fe5f39bd210f090291 refactor (rule/unused-receiver): replace AST walker by iteration over declarations (#1171)
  • 9a5c95f1cfae50d83a017e820acc166d0bc19d88 refactor(rule/context-as-argument): replace AST walker by iteration over declarations (#1160)
  • f94c9d75dbbe1a6b0456692b3822573caf2ba592 refactor: add all wait group delta at once when possible (#1179)
  • 777abc9c3542e6b042e88172d54f428656d684a4 refactor: avoid duplicated exitFunctions map (#1145)
  • f6a38208af05b09b077045b6fe5baa131a96393a refactor: code cleanup (#1177)
  • 0afba4ff15e142ebf64dbaa12bbe8a2ba534f2cb refactor: enforce map and slice style (#1131)
  • 93c6bc8636d96dde9c608932b4536f10303c8763 refactor: extract getVersion function (#1127)
  • 77616f0d3054bceceddef2ae32bfa637771e9555 refactor: fix 'use-any' revive issues (#1204)
  • 3421eaecf0863a5649ce52219b3db0cab1790705 refactor: fix linting issues (#1188)
  • 4ca2c11e878797084ba441b6f1c03f4640789532 refactor: get rid of mitchellh/go-homedir package (#1195)
  • e23fcdb498b1e43b114116588e07f6fb4dd32a17 refactor: modifies linting machinery to use Failure as a mean to signal erros in rules application (#1178)

... (truncated)

Commits

Dependabot compatibility score

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 <dependency name> 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](https://github.com/mgechev/revive) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/mgechev/revive/releases)
- [Changelog](https://github.com/mgechev/revive/blob/master/.goreleaser.yml)
- [Commits](mgechev/revive@v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/mgechev/revive
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor

coderabbitai bot commented Jan 24, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants