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.3.9 to 1.5.0 #2623

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 Nov 8, 2024

Bumps github.com/mgechev/revive from 1.3.9 to 1.5.0.

Release notes

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

v1.5.0

Changelog

  • e1a4191f40073a040c248b697c5c279db499956a Appending Indicator to the list of projects using Revive. (#1065)
  • 53a111d36eba1335a894b5e35f8ceb4aa240fec2 adds check for receiver names length (#1048)
  • eb18252088841d6c7496c1ce59dbb2818580620a adds filename-format rule (#1092)
  • e9b7f3aa6810c3f2e3c64ee57f58377b4d058c6c bumps go version to 1.21.1 and update dependencies (#1050)
  • 7fa1b2786dee43cdf44ea83e43bad26859a87bd7 chore(deps): update golang docker tag to v1.23 (#1071)
  • 78c3a6c363edb5757ca829c9befa25bf75ac8bfc chore: enable test shuffle and fix TestXDGConfigDirNoFile
  • ad0f03a03f465c81e6ef4acf84a88e33341b4b20 chore: fix typo (#1079)
  • 599874c773fd9579d8d0c6ba7fc79547fb791747 chore: remove unnecessary empty lines (#1080)
  • 1a3d95f6ab37dc674559f3d24e0fbf01665c17eb chore: update actions (#1075)
  • ca2a32b0876585ff7438be1cd37f696ebe1432f6 code cleanup (#1054)
  • 0fc961325794d8c552c4f9c6b2bae8d7548cb98a docs(README): Update the list of contributors (#1076)
  • 8ef730cd03f8c1ceaf181e6dd9d487fcc5e10e6f docs(README): fix TOC, add empty lines (#1074)
  • a213a5f7f6ae68ce555dd18fc8c7582d534af4cf documents default exclusion of vendor
  • 842b3e2fa3665e99bfb56f5d17b000400c4a3e5a enhance Docker build process (#1070)
  • 3bead6f4a09d59a8011588c80b39af8cc7e3a549 feat: add file-length-limit rule (#1072)
  • 501cc4a675053710ba127eba186d38197cfb52f5 feat: ignore vendor if no exclude set (#1058)
  • 4c3641ebc3b87af6c5968fd729e7cbbbcfd2d71a fix #1032 by comparing string representations of types (#1049)
  • 7c068a7ddea336157e6c8b1d424dbc2c54a3d86b fix duplicated findings for string-format when there is more than one… (#1085)
  • 3780c361347fc9870cc623196b698aa85fe7d59e fix(deps): update module github.com/fatih/color to v1.18.0 (#1067)
  • cea28f882a392697a98c1c7026a6099def765d06 fix(deps): update module golang.org/x/tools to v0.26.0 (#1057)
  • fa9af820399d121340506aef367f24f96b47184d fix: change "GO" to "Go" in the use-any rule (#1077)
  • 3249a5ef06e41c4a370fdf1172826b0cd06243cb fix: enforce-repeated-arg-type-style rule finds false positives in case of invalid types (#1046)
  • 511e4e65ffa89c6f657d49236c3aa16e3550e198 fix: extractInstructionFromJSON returns an error (#1082)
  • 798ce218499047f611481fe34c543acd21db2d75 makes exported rule behave as golint (#1051)
  • d29323985f4d2376172ceac40d99531dd0a388f8 refactor: add tests for isGenerated in the lint package (#1083)
  • 21344f1bd526f24aaeb7aa85bc9ae365b7777173 refactor: change to t.Fatal(err) (#1081)
  • 0ac1ef72981537491e26b37f81672b1d0b3687a2 refactor: fix revive.early-return issues (#1087)
  • 7c29b560c3db6959f250fcb5fb69e2a3cf1e7b1d refactor: fix typo in the field name of TestFileFilterRule (#1086)
  • 14babf2824a95a27a0221a7a5afd78d37551b584 refactor: move lint.Name to name.go file (#1084)
  • 2ae682968ff0e6221aa99137b1f55e291c4d397a refactor: remove unused parameter in unexported function (#1096)
  • 6228ba57cff6a007626cbda35f9dfb1249950a47 refactor: simplify tests (#1089)
  • 662e02cd70bfead78bec557fc41fb2c7a777f2fa refactor: use "filepath" instead of "path" (#1073)
  • fa37c00bdffc2c659e4b19525574784277f63c15 removes redefinition of max built-in (#1052)
  • 9a8587cc4922341058ba3113ba81ceb8c667cc67 revive: add revive.toml for linting revive itself (#1094)
  • ff7b0adb4c6e3967640a5a456e3e688c29a467d3 rule.exported: add feature to disable checking on const,method,function, variable (#1047)
  • d76ffb98f6d6001e3286b2d0206df77b653829e5 update testdata: var case (#1055)

v1.4.0

What's Changed

... (truncated)

Commits
  • 78c3a6c chore: enable test shuffle and fix TestXDGConfigDirNoFile
  • 2ae6829 refactor: remove unused parameter in unexported function (#1096)
  • 6228ba5 refactor: simplify tests (#1089)
  • 0fc9613 docs(README): Update the list of contributors (#1076)
  • e1a4191 Appending Indicator to the list of projects using Revive. (#1065)
  • 7c068a7 fix duplicated findings for string-format when there is more than one… (#1085)
  • fa9af82 fix: change "GO" to "Go" in the use-any rule (#1077)
  • 9a8587c revive: add revive.toml for linting revive itself (#1094)
  • eb18252 adds filename-format rule (#1092)
  • 511e4e6 fix: extractInstructionFromJSON returns an error (#1082)
  • Additional commits viewable in compare view

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.3.9 to 1.5.0.
- [Release notes](https://github.com/mgechev/revive/releases)
- [Changelog](https://github.com/mgechev/revive/blob/master/.goreleaser.yml)
- [Commits](mgechev/revive@v1.3.9...v1.5.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 Nov 8, 2024

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.


🪧 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 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