Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2025

This PR contains the following updates:

Package Type Update Change
golangci/golangci-lint minor v2.2.2v2.7.2
golangci/golangci-lint repository minor v2.2.2v2.7.2

Note: The pre-commit manager in Renovate is not supported by the pre-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)

v2.7.2

Compare Source

Released on 2025-12-07

  1. Linter bug fixes

v2.7.1

Compare Source

Released on 2025-12-04

  1. Linter bug fixes
    • modernize: disable stringscut analyzer

v2.7.0

Compare Source

  1. Bug fixes
    • fix: clone args used by custom command
  2. Linters new features or changes
    • no-sprintf-host-port: from 0.2.0 to 0.3.1 (ignore string literals without a colon)
    • unqueryvet: from 1.2.1 to 1.3.0 (handles const and var declarations)
    • revive: from 1.12.0 to 1.13.0 (new option: enable-default-rules, new rules: forbidden-call-in-wg-go, unnecessary-if, inefficient-map-lookup)
    • modernize: from 0.38.0 to 0.39.0 (new analyzers: plusbuild, stringscut)
  3. Linters bug fixes
    • perfsprint: from 0.10.0 to 0.10.1
    • wrapcheck: from 2.11.0 to 2.12.0
    • godoc-lint: from 0.10.1 to 0.10.2
  4. Misc.
    • Add some flags to the custom command
  5. Documentation
    • docs: split changelog v1 and v2

v2.6.2

Compare Source

Released on 2025-11-14

  1. Bug fixes
    • fmt command with symlinks
    • use file depending on build configuration to invalidate cache
  2. Linters bug fixes
    • testableexamples: from 1.0.0 to 1.0.1
    • testpackage: from 1.1.1 to 1.1.2

v2.6.1

Compare Source

v2.6.0

Compare Source

  1. New linters
    • Add modernize analyzer suite
  2. Linters new features or changes
    • arangolint: from 0.2.0 to 0.3.1
    • dupword: from 0.1.6 to 0.1.7 (new option comments-only)
    • go-critic: from 0.13.0 to 0.14.0 (new rules/checkers: zeroByteRepeat, dupOption)
    • gofumpt: from 0.9.1 to 0.9.2 ("clothe" naked returns is now controlled by the extra-rules option)
    • perfsprint: from 0.9.1 to 0.10.0 (new options: concat-loop, loop-other-ops)
    • wsl: from 5.2.0 to 5.3.0
  3. Linters bug fixes
    • dupword: from 0.1.6 to 0.1.7
    • durationcheck: from 0.0.10 to 0.0.11
    • exptostd: from 0.4.4 to 0.4.5
    • fatcontext: from 0.8.1 to 0.9.0
    • forbidigo: from 2.1.0 to 2.3.0
    • ginkgolinter: from 0.21.0 to 0.21.2
    • godoc-lint: from 0.10.0 to 0.10.1
    • gomoddirectives: from 0.7.0 to 0.7.1
    • gosec: from 2.22.8 to 2.22.10
    • makezero: from 2.0.1 to 2.1.0
    • nilerr: from 0.1.1 to 0.1.2
    • paralleltest: from 1.0.14 to 1.0.15
    • protogetter: from 0.3.16 to 0.3.17
    • unparam: from 0df0534 to 5beb8c8
  4. Misc.
    • fix: ignore some files to hash the version for custom build

v2.5.0

Compare Source

  1. New linters
  2. Linters new features or changes
    • embeddedstructfieldcheck: from 0.3.0 to 0.4.0 (new option: empty-line)
    • err113: from aea10b5 to 0.1.1 (skip internals of Is methods for error type)
    • ginkgolinter: from 0.20.0 to 0.21.0 (new option: force-tonot)
    • gofumpt: from 0.8.0 to 0.9.1 (new rule is to "clothe" naked returns for the sake of clarity)
    • ineffassign: from 0.1.0 to 0.2.0 (new option: check-escaping-errors)
    • musttag: from 0.13.1 to 0.14.0 (support interface methods)
    • revive: from 1.11.0 to 1.12.0 (new options: identical-ifelseif-branches, identical-ifelseif-conditions, identical-switch-branches, identical-switch-conditions, package-directory-mismatch, unsecure-url-scheme, use-waitgroup-go, useless-fallthrough)
    • thelper: from 0.6.3 to 0.7.1 (skip t.Helper in functions passed to synctest.Test)
    • wsl: from 5.1.1 to 5.2.0 (improvements related to subexpressions)
  3. Linters bug fixes
    • asciicheck: from 0.4.1 to 0.5.0
    • errname: from 1.1.0 to 1.1.1
    • fatcontext: from 0.8.0 to 0.8.1
    • go-printf-func-name: from 0.1.0 to 0.1.1
    • godot: from 1.5.1 to 1.5.4
    • gosec: from 2.22.7 to 2.22.8
    • nilerr: from 0.1.1 to a temporary fork
    • nilnil: from 1.1.0 to 1.1.1
    • protogetter: from 0.3.15 to 0.3.16
    • tagliatelle: from 0.7.1 to 0.7.2
    • testifylint: from 1.6.1 to 1.6.4
  4. Misc.
    • fix: "no export data" errors are now handled as a standard typecheck error
  5. Documentation
    • Improve nolint section about syntax

v2.4.0

Compare Source

  1. Enhancements
    • 🎉 go1.25 support
  2. Linters new features or changes
    • exhaustruct: from v3.3.1 to 4.0.0 (new options: allow-empty, allow-empty-rx, allow-empty-returns, allow-empty-declarations)
  3. Linters bug fixes
    • godox: trim filepath from report messages
    • staticcheck: allow empty options
    • tagalign: from 1.4.2 to 1.4.3
  4. Documentation
    • 🌟 New website (with a search engine)

v2.3.1

Compare Source

  1. Linters bug fixes
    • gci: from 0.13.6 to 0.13.7
    • gosec: from 2.22.6 to 2.22.7
    • noctx: from 0.3.5 to 0.4.0
    • wsl: from 5.1.0 to 5.1.1
    • tagliatelle: force upper case for custom initialisms

v2.3.0

Compare Source

  1. Linters new features or changes
    • ginkgolinter: from 0.19.1 to 0.20.0 (new option: force-assertion-description)
    • iface: from 1.4.0 to 1.4.1 (report message improvements)
    • noctx: from 0.3.4 to 0.3.5 (new detections: log/slog, exec, crypto/tls)
    • revive: from 1.10.0 to 1.11.0 (new rule: enforce-switch-style)
    • wsl: from 5.0.0 to 5.1.0
  2. Linters bug fixes
    • gosec: from 2.22.5 to 2.22.6
    • noinlineerr: from 1.0.4 to 1.0.5
    • sloglint: from 0.11.0 to 0.11.1
  3. Misc.
    • fix: panic close of closed channel

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) March 24, 2025 15:35
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch 2 times, most recently from 0a8980c to 51753d4 Compare March 26, 2025 01:10
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch 5 times, most recently from e4933c1 to dadf128 Compare April 10, 2025 00:37
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch 2 times, most recently from a8a3057 to ed77b04 Compare April 15, 2025 17:43
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch 3 times, most recently from 1c65e4b to 77b8a94 Compare April 24, 2025 21:26
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from 77b8a94 to 1267f95 Compare May 4, 2025 17:05
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from 1267f95 to fe54e2b Compare May 15, 2025 18:41
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch 4 times, most recently from edf8b99 to 84f4ee2 Compare July 1, 2025 00:08
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch 2 times, most recently from 2c11032 to 13a7aaf Compare July 15, 2025 14:56
@renovate renovate bot changed the title chore(deps): update dependency golangci/golangci-lint to v2 chore(deps): update dependency golangci/golangci-lint to v2 - autoclosed Jul 15, 2025
@renovate renovate bot closed this Jul 15, 2025
auto-merge was automatically disabled July 15, 2025 16:22

Pull request was closed

@renovate renovate bot deleted the renovate/golangci-golangci-lint-2.x branch July 15, 2025 16:22
@renovate renovate bot changed the title chore(deps): update dependency golangci/golangci-lint to v2 - autoclosed chore(deps): update dependency golangci/golangci-lint to v2 Jul 21, 2025
@renovate renovate bot reopened this Jul 21, 2025
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from ef35acc to 13a7aaf Compare July 21, 2025 20:47
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from f9d9698 to 9a9d3fc Compare October 30, 2025 04:07
@renovate renovate bot changed the title chore(deps): update dependency golangci/golangci-lint to v2.6.0 chore(deps): update dependency golangci/golangci-lint to v2.6.1 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch 5 times, most recently from f0911f4 to c536c80 Compare November 10, 2025 03:55
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch 3 times, most recently from f2d5ecd to b0d1f5b Compare November 14, 2025 21:10
@renovate renovate bot changed the title chore(deps): update dependency golangci/golangci-lint to v2.6.1 chore(deps): update dependency golangci/golangci-lint to v2.6.2 Nov 14, 2025
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch 6 times, most recently from e0eaf47 to d007528 Compare November 25, 2025 12:56
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch 4 times, most recently from af4674a to bba08de Compare December 3, 2025 11:36
@renovate renovate bot changed the title chore(deps): update dependency golangci/golangci-lint to v2.6.2 chore(deps): update dependency golangci/golangci-lint to v2.7.0 Dec 3, 2025
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from bba08de to d336e81 Compare December 3, 2025 22:24
@renovate renovate bot changed the title chore(deps): update dependency golangci/golangci-lint to v2.7.0 chore(deps): update dependency golangci/golangci-lint to v2.7.1 Dec 4, 2025
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch 2 times, most recently from e460b28 to 7cac839 Compare December 7, 2025 18:34
@renovate renovate bot changed the title chore(deps): update dependency golangci/golangci-lint to v2.7.1 chore(deps): update dependency golangci/golangci-lint to v2.7.2 Dec 7, 2025
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from 7cac839 to 8477c5a Compare December 7, 2025 22:07
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from 8477c5a to e987c86 Compare December 19, 2025 16:05
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.

1 participant