[vscode-go] src/goInstallTools: Update revive to v1.15.0

2 views
Skip to first unread message

Gerrit Bot (Gerrit)

unread,
12:45 AM (22 hours ago) 12:45 AM
to goph...@pubsubhelper.golang.org, Chiman, golang-co...@googlegroups.com

Gerrit Bot has uploaded the change for review

Commit message

src/goInstallTools: Update revive to v1.15.0

Update the default version of the revive tool
from v1.3.9 to v1.15.0
Change-Id: I0ce6ca4ab60c2d27c0de894394909766bb635d80
GitHub-Last-Rev: fd6fdca1fe3f72d541bff20395c85b71429cf92d
GitHub-Pull-Request: golang/vscode-go#4068

Change diff

diff --git a/extension/src/goToolsInformation.ts b/extension/src/goToolsInformation.ts
index 012ea34..a123d45 100644
--- a/extension/src/goToolsInformation.ts
+++ b/extension/src/goToolsInformation.ts
@@ -120,7 +120,7 @@
modulePath: 'github.com/mgechev/revive',
isImportant: true,
description: 'Linter',
- defaultVersion: 'v1.3.9'
+ defaultVersion: 'v1.15.0'
}
],
[
diff --git a/extension/tools/allTools.ts.in b/extension/tools/allTools.ts.in
index 97cac29..4e5f99f 100644
--- a/extension/tools/allTools.ts.in
+++ b/extension/tools/allTools.ts.in
@@ -118,7 +118,7 @@
modulePath: 'github.com/mgechev/revive',
isImportant: true,
description: 'Linter',
- defaultVersion: 'v1.3.9'
+ defaultVersion: 'v1.15.0'
}
],
[

Change information

Files:
Change size: XS
Delta: 2 files changed, 2 insertions(+), 2 deletions(-)
Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
  • requirement is not satisfiedCode-Review
  • requirement satisfiedNo-Unresolved-Comments
  • requirement is not satisfiedReview-Enforcement
  • requirement is not satisfiedTryBots-Pass
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: newchange
Gerrit-Project: vscode-go
Gerrit-Branch: master
Gerrit-Change-Id: I0ce6ca4ab60c2d27c0de894394909766bb635d80
Gerrit-Change-Number: 811880
Gerrit-PatchSet: 1
Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
Gerrit-CC: Chiman <chiman...@gmail.com>
unsatisfied_requirement
satisfied_requirement
open
diffy

Gopher Robot (Gerrit)

unread,
12:45 AM (22 hours ago) 12:45 AM
to Chiman, Gerrit Bot, goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com

Gopher Robot added 1 comment

Patchset-level comments
File-level comment, Patchset 1 (Latest):
Gopher Robot . unresolved

I spotted some possible problems with your PR:

  1. The first word in the commit title after the component should be a lowercase English word (usually a verb).
2. Are you describing the change in complete sentences with correct punctuation in the commit message body, including ending sentences with periods?
3. You usually need to reference a bug number for all but trivial or cosmetic fixes. For the vscode-go repo, the format is usually 'Fixes golang/vscode-go#1234' or 'Updates golang/vscode-go#1234' at the end of the commit message. Should you have a bug reference?

Please address any problems by updating the GitHub PR.

When complete, mark this comment as 'Done' and click the [blue 'Reply' button](https://go.dev/wiki/GerritBot#i-left-a-reply-to-a-comment-in-gerrit-but-no-one-but-me-can-see-it) above. These findings are based on heuristics; if a finding does not apply, briefly reply here saying so.

To update the commit title or commit message body shown here in Gerrit, you must edit the GitHub PR title and PR description (the first comment) in the GitHub web interface using the 'Edit' button or 'Edit' menu entry there. Note: pushing a new commit to the PR will not automatically update the commit message used by Gerrit.

For more details, see:

(In general for Gerrit code reviews, the change author is expected to [log in to Gerrit](https://go-review.googlesource.com/login/) with a Gmail or other Google account and then close out each piece of feedback by marking it as 'Done' if implemented as suggested or otherwise reply to each review comment. See the [Review](https://go.dev/doc/contribute#review) section of the Contributing Guide for details.)

Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement is not satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: vscode-go
    Gerrit-Branch: master
    Gerrit-Change-Id: I0ce6ca4ab60c2d27c0de894394909766bb635d80
    Gerrit-Change-Number: 811880
    Gerrit-PatchSet: 1
    Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
    Gerrit-CC: Chiman <chiman...@gmail.com>
    Gerrit-CC: Gopher Robot <go...@golang.org>
    Gerrit-Comment-Date: Fri, 07 Aug 2026 04:45:47 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    unsatisfied_requirement
    open
    diffy

    Chiman (Gerrit)

    unread,
    12:59 AM (22 hours ago) 12:59 AM
    to Gerrit Bot, goph...@pubsubhelper.golang.org, Hongxiang Jiang, Madeline Kalil, Gopher Robot, golang-co...@googlegroups.com
    Attention needed from Hongxiang Jiang and Madeline Kalil

    Chiman added 1 comment

    Patchset-level comments
    Gopher Robot . resolved

    I spotted some possible problems with your PR:

      1. The first word in the commit title after the component should be a lowercase English word (usually a verb).
    2. Are you describing the change in complete sentences with correct punctuation in the commit message body, including ending sentences with periods?
    3. You usually need to reference a bug number for all but trivial or cosmetic fixes. For the vscode-go repo, the format is usually 'Fixes golang/vscode-go#1234' or 'Updates golang/vscode-go#1234' at the end of the commit message. Should you have a bug reference?

    Please address any problems by updating the GitHub PR.

    When complete, mark this comment as 'Done' and click the [blue 'Reply' button](https://go.dev/wiki/GerritBot#i-left-a-reply-to-a-comment-in-gerrit-but-no-one-but-me-can-see-it) above. These findings are based on heuristics; if a finding does not apply, briefly reply here saying so.

    To update the commit title or commit message body shown here in Gerrit, you must edit the GitHub PR title and PR description (the first comment) in the GitHub web interface using the 'Edit' button or 'Edit' menu entry there. Note: pushing a new commit to the PR will not automatically update the commit message used by Gerrit.

    For more details, see:

    (In general for Gerrit code reviews, the change author is expected to [log in to Gerrit](https://go-review.googlesource.com/login/) with a Gmail or other Google account and then close out each piece of feedback by marking it as 'Done' if implemented as suggested or otherwise reply to each review comment. See the [Review](https://go.dev/doc/contribute#review) section of the Contributing Guide for details.)

    Chiman

    made the title lowercase

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Hongxiang Jiang
    • Madeline Kalil
    Submit Requirements:
      • requirement is not satisfiedCode-Review
      • requirement satisfiedNo-Unresolved-Comments
      • requirement is not satisfiedReview-Enforcement
      • requirement is not satisfiedTryBots-Pass
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: vscode-go
      Gerrit-Branch: master
      Gerrit-Change-Id: I0ce6ca4ab60c2d27c0de894394909766bb635d80
      Gerrit-Change-Number: 811880
      Gerrit-PatchSet: 1
      Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
      Gerrit-Reviewer: Hongxiang Jiang <hxj...@golang.org>
      Gerrit-Reviewer: Madeline Kalil <mka...@google.com>
      Gerrit-CC: Chiman <chiman...@gmail.com>
      Gerrit-CC: Gopher Robot <go...@golang.org>
      Gerrit-Attention: Madeline Kalil <mka...@google.com>
      Gerrit-Attention: Hongxiang Jiang <hxj...@golang.org>
      Gerrit-Comment-Date: Fri, 07 Aug 2026 04:59:05 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: No
      Comment-In-Reply-To: Gopher Robot <go...@golang.org>
      unsatisfied_requirement
      satisfied_requirement
      open
      diffy

      Gerrit Bot (Gerrit)

      unread,
      1:03 AM (22 hours ago) 1:03 AM
      to Chiman, goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com
      Attention needed from Hongxiang Jiang and Madeline Kalil

      Gerrit Bot uploaded new patchset

      Gerrit Bot uploaded patch set #2 to this change.
      Open in Gerrit

      Related details

      Attention is currently required from:
      • Hongxiang Jiang
      • Madeline Kalil
      Submit Requirements:
      • requirement is not satisfiedCode-Review
      • requirement satisfiedNo-Unresolved-Comments
      • requirement is not satisfiedReview-Enforcement
      • requirement is not satisfiedTryBots-Pass
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: newpatchset
      Gerrit-Project: vscode-go
      Gerrit-Branch: master
      Gerrit-Change-Id: I0ce6ca4ab60c2d27c0de894394909766bb635d80
      Gerrit-Change-Number: 811880
      Gerrit-PatchSet: 2
      unsatisfied_requirement
      satisfied_requirement
      open
      diffy

      Hongxiang Jiang (Gerrit)

      unread,
      11:07 AM (11 hours ago) 11:07 AM
      to Chiman, Gerrit Bot, goph...@pubsubhelper.golang.org, Madeline Kalil, Gopher Robot, golang-co...@googlegroups.com
      Attention needed from Madeline Kalil

      Hongxiang Jiang voted

      Auto-Submit+1
      Code-Review+2
      Commit-Queue+1
      Open in Gerrit

      Related details

      Attention is currently required from:
      • Madeline Kalil
      Submit Requirements:
      • requirement satisfiedCode-Review
      • requirement satisfiedNo-Unresolved-Comments
      • requirement is not satisfiedReview-Enforcement
      • requirement is not satisfiedTryBots-Pass
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: vscode-go
      Gerrit-Branch: master
      Gerrit-Change-Id: I0ce6ca4ab60c2d27c0de894394909766bb635d80
      Gerrit-Change-Number: 811880
      Gerrit-PatchSet: 2
      Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
      Gerrit-Reviewer: Hongxiang Jiang <hxj...@golang.org>
      Gerrit-Reviewer: Madeline Kalil <mka...@google.com>
      Gerrit-CC: Chiman <chiman...@gmail.com>
      Gerrit-CC: Gopher Robot <go...@golang.org>
      Gerrit-Attention: Madeline Kalil <mka...@google.com>
      Gerrit-Comment-Date: Fri, 07 Aug 2026 15:07:01 +0000
      Gerrit-HasComments: No
      Gerrit-Has-Labels: Yes
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy

      Madeline Kalil (Gerrit)

      unread,
      1:20 PM (9 hours ago) 1:20 PM
      to Chiman, Gerrit Bot, goph...@pubsubhelper.golang.org, golang...@luci-project-accounts.iam.gserviceaccount.com, Hongxiang Jiang, Gopher Robot, golang-co...@googlegroups.com

      Madeline Kalil voted Code-Review+2

      Code-Review+2
      Open in Gerrit

      Related details

      Attention set is empty
      Submit Requirements:
        • requirement satisfiedCode-Review
        • requirement satisfiedNo-Unresolved-Comments
        • requirement satisfiedReview-Enforcement
        • requirement satisfiedTryBots-Pass
        Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
        Gerrit-MessageType: comment
        Gerrit-Project: vscode-go
        Gerrit-Branch: master
        Gerrit-Change-Id: I0ce6ca4ab60c2d27c0de894394909766bb635d80
        Gerrit-Change-Number: 811880
        Gerrit-PatchSet: 2
        Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
        Gerrit-Reviewer: Hongxiang Jiang <hxj...@golang.org>
        Gerrit-Reviewer: Madeline Kalil <mka...@google.com>
        Gerrit-CC: Chiman <chiman...@gmail.com>
        Gerrit-CC: Gopher Robot <go...@golang.org>
        Gerrit-Comment-Date: Fri, 07 Aug 2026 17:20:33 +0000
        Gerrit-HasComments: No
        Gerrit-Has-Labels: Yes
        satisfied_requirement
        open
        diffy

        Gopher Robot (Gerrit)

        unread,
        1:21 PM (9 hours ago) 1:21 PM
        to Chiman, Gerrit Bot, goph...@pubsubhelper.golang.org, golang-...@googlegroups.com, Madeline Kalil, golang...@luci-project-accounts.iam.gserviceaccount.com, Hongxiang Jiang, golang-co...@googlegroups.com

        Gopher Robot submitted the change

        Change information

        Commit message:
        src/goInstallTools: update revive to v1.15.0


        Update the default version of the revive tool
        from v1.3.9 to v1.15.0
        Change-Id: I0ce6ca4ab60c2d27c0de894394909766bb635d80
        GitHub-Last-Rev: fd6fdca1fe3f72d541bff20395c85b71429cf92d
        GitHub-Pull-Request: golang/vscode-go#4068
        Files:
        Change size: XS
        Delta: 2 files changed, 2 insertions(+), 2 deletions(-)
        Branch: refs/heads/master
        Submit Requirements:
        Open in Gerrit
        Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
        Gerrit-MessageType: merged
        Gerrit-Project: vscode-go
        Gerrit-Branch: master
        Gerrit-Change-Id: I0ce6ca4ab60c2d27c0de894394909766bb635d80
        Gerrit-Change-Number: 811880
        Gerrit-PatchSet: 3
        Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
        Gerrit-Reviewer: Gopher Robot <go...@golang.org>
        open
        diffy
        satisfied_requirement
        Reply all
        Reply to author
        Forward
        0 new messages