Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump github.com/mgechev/revive from 1.2.4 to 1.2.5 (#1753)
Bumps [github.com/mgechev/revive](https://github.com/mgechev/revive) from 1.2.4 to 1.2.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mgechev/revive/releases">github.com/mgechev/revive's releases</a>.</em></p> <blockquote> <h2>v1.2.5</h2> <h2>Changelog</h2> <ul> <li>32a0cb8 Allows inversing the semantics of <code>string-format</code> rule configurations (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/765">#765</a>)</li> <li>5f26378 Comment spacing rule (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/761">#761</a>)</li> <li>b4201ff Fix broken link of 'Comment Directives' in README (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/753">#753</a>)</li> <li>b87d391 Fix early-return false positive and other tweaks (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/776">#776</a>)</li> <li>5cc9e27 docs(README): add missing links and fix a broken one (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/758">#758</a>)</li> <li>3d83403 fix <a href="https://github-redirect.dependabot.com/mgechev/revive/issues/751">#751</a> [rule.add-constant] add ignoreFuncs to exclude constants in … (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/756">#756</a>)</li> <li>7b1458a fix <a href="https://github-redirect.dependabot.com/mgechev/revive/issues/754">#754</a> [rule.unhandled-error] change arguments to regexp (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/757">#757</a>)</li> <li>1c3a15c fix <a href="https://github-redirect.dependabot.com/mgechev/revive/issues/759">#759</a> [rule.add-constant] change 'ignoreFuncs' expressions in documentation and test (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/760">#760</a>)</li> <li>a4f4632 fix <a href="https://github-redirect.dependabot.com/mgechev/revive/issues/781">#781</a> (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/782">#782</a>)</li> <li>ae282a5 fix off by one issue in line and colums (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/773">#773</a>)</li> <li>5fd3b2c fix(deps): update github.com/chavacava/garif digest to b3ef358 (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/767">#767</a>)</li> <li>55e881a fix(deps): update module github.com/burntsushi/toml to v1.2.1 (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/766">#766</a>)</li> <li>54ee9db fix(deps): update module github.com/fatih/color to v1.14.1 (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/783">#783</a>)</li> <li>3fe5f99 fix(deps): update module golang.org/x/tools to v0.2.0 (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/763">#763</a>)</li> <li>d5d9da1 fix(deps): update module golang.org/x/tools to v0.3.0 (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/772">#772</a>)</li> <li>b4fd11a fix(deps): update module golang.org/x/tools to v0.4.0 (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/777">#777</a>)</li> <li>cb6823a fix(deps): update module golang.org/x/tools to v0.5.0 (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/780">#780</a>)</li> <li>ec731c0 go get reference updates (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/750">#750</a>)</li> <li>06881a9 speedup branch comparison (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/764">#764</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mgechev/revive/commit/a4f4632a3f934868012008d36eecafb912282d45"><code>a4f4632</code></a> fix <a href="https://github-redirect.dependabot.com/mgechev/revive/issues/781">#781</a> (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/782">#782</a>)</li> <li><a href="https://github.com/mgechev/revive/commit/54ee9dbcdeb82efc76c2c2b9d86ed4b1c61d163a"><code>54ee9db</code></a> fix(deps): update module github.com/fatih/color to v1.14.1 (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/783">#783</a>)</li> <li><a href="https://github.com/mgechev/revive/commit/cb6823a888b345bfa51e5f18e43d412f76676e46"><code>cb6823a</code></a> fix(deps): update module golang.org/x/tools to v0.5.0 (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/780">#780</a>)</li> <li><a href="https://github.com/mgechev/revive/commit/b4fd11aa6410fad47576af92e4f5554ed71a3b6d"><code>b4fd11a</code></a> fix(deps): update module golang.org/x/tools to v0.4.0 (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/777">#777</a>)</li> <li><a href="https://github.com/mgechev/revive/commit/b87d391ee4a12f9c1ac62de7e8d30661fd2052e4"><code>b87d391</code></a> Fix early-return false positive and other tweaks (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/776">#776</a>)</li> <li><a href="https://github.com/mgechev/revive/commit/d5d9da17ec1f6f5f3fca17a086bfb2312880d43c"><code>d5d9da1</code></a> fix(deps): update module golang.org/x/tools to v0.3.0 (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/772">#772</a>)</li> <li><a href="https://github.com/mgechev/revive/commit/ae282a54c832ed4c8e7767739fb8ee47dbe4b813"><code>ae282a5</code></a> fix off by one issue in line and colums (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/773">#773</a>)</li> <li><a href="https://github.com/mgechev/revive/commit/7b1458a9cb2d0b92aa351aa53e86fa16f4598f37"><code>7b1458a</code></a> fix <a href="https://github-redirect.dependabot.com/mgechev/revive/issues/754">#754</a> [rule.unhandled-error] change arguments to regexp (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/757">#757</a>)</li> <li><a href="https://github.com/mgechev/revive/commit/5f26378cc2a473772ff1d78e37c44971827d04cb"><code>5f26378</code></a> Comment spacing rule (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/761">#761</a>)</li> <li><a href="https://github.com/mgechev/revive/commit/5fd3b2c04646ecfd1e26f4f0cbfb9aab15dc37f0"><code>5fd3b2c</code></a> fix(deps): update github.com/chavacava/garif digest to b3ef358 (<a href="https://github-redirect.dependabot.com/mgechev/revive/issues/767">#767</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mgechev/revive/compare/v1.2.4...v1.2.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mgechev/revive&package-manager=go_modules&previous-version=1.2.4&new-version=1.2.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
- Loading branch information