Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2025

This PR contains the following updates:

Package Update Change
golangci/golangci-lint minor 2.1.6 -> 2.6.2

Release Notes

golangci/golangci-lint (golangci/golangci-lint)

v2.6.2

Compare Source

  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

v2.2.2

Compare Source

  1. Linters bug fixes
    • noinlineerr: from 1.0.3 to 1.0.4
  2. Documentation
    • Improve debug keys documentation
  3. Misc.
    • fix: panic close of closed channel
    • godot: add noinline value into the JSONSchema

v2.2.1

Compare Source

  1. Linters bug fixes
  • varnamelen: fix configuration

v2.2.0

Compare Source

  1. New linters
  2. Linters new features or changes
    • errcheck: add verbose option
    • funcorder: from 0.2.1 to 0.5.0 (new option alphabetical)
    • gomoddirectives: from 0.6.1 to 0.7.0 (new option ignore-forbidden)
    • iface: from 1.3.1 to 1.4.0 (new option unexported)
    • noctx: from 0.1.0 to 0.3.3 (new report messages, and new rules related to database/sql)
    • noctx: from 0.3.3 to 0.3.4 (new SQL functions detection)
    • revive: from 1.9.0 to 1.10.0 (new rules: time-date, unnecessary-format, use-fmt-print)
    • usestdlibvars: from 1.28.0 to 1.29.0 (new option time-date-month)
    • wsl: deprecation
    • wsl_v5: from 4.7.0 to 5.0.0 (major version with new configuration)
  3. Linters bug fixes
    • dupword: from 0.1.3 to 0.1.6
    • exptostd: from 0.4.3 to 0.4.4
    • forbidigo: from 1.6.0 to 2.1.0
    • gci: consistently format the code
    • go-spancheck: from 0.6.4 to 0.6.5
    • goconst: from 1.8.1 to 1.8.2
    • gosec: from 2.22.3 to 2.22.4
    • gosec: from 2.22.4 to 2.22.5
    • makezero: from 1.2.0 to 2.0.1
    • misspell: from 0.6.0 to 0.7.0
    • usetesting: from 0.4.3 to 0.5.0
  4. Misc.
    • exclusions: fix path-expect
    • formatters: write the input to stdout when using stdin and there are no changes
    • migration: improve the error message when trying to migrate a migrated config
    • typecheck: deduplicate errors
    • typecheck: stops the analysis after the first error
    • Deprecate print-resources-usage flag
    • Unique version per custom build
  5. Documentation
    • Improves typecheck FAQ
    • Adds plugin systems recommendations
    • Add description for linters.default sets

Configuration

📅 Schedule: Branch creation - "before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 this update 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 added the dependencies Pull requests that update a dependency file label Jun 30, 2025
@renovate renovate bot requested review from a team as code owners June 30, 2025 03:50
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 30, 2025
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov-commenter
Copy link

codecov-commenter commented Jun 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.17%. Comparing base (74b36d0) to head (9555f28).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #562   +/-   ##
=======================================
  Coverage   60.17%   60.17%           
=======================================
  Files          74       74           
  Lines        5027     5027           
=======================================
  Hits         3025     3025           
  Misses       1353     1353           
  Partials      649      649           
Flag Coverage Δ
3.10 56.83% <ø> (ø)
3.11 56.63% <ø> (ø)
3.12 56.19% <ø> (ø)
3.4 55.18% <ø> (ø)
3.9 55.30% <ø> (ø)
community 42.13% <ø> (ø)
enterprise 58.78% <ø> (ø)
integration 60.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot changed the title chore(deps): update dependency golangci/golangci-lint to v2.2.1 chore(deps): update dependency golangci/golangci-lint to v2.2.2 Jul 11, 2025
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from 3e1f5b0 to 21a9661 Compare July 11, 2025 13:57
@renovate renovate bot changed the title chore(deps): update dependency golangci/golangci-lint to v2.2.2 chore(deps): update dependency golangci/golangci-lint to v2.3.0 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from 21a9661 to 3f5ceb3 Compare July 21, 2025 21:44
@renovate renovate bot changed the title chore(deps): update dependency golangci/golangci-lint to v2.3.0 chore(deps): update dependency golangci/golangci-lint to v2.3.1 Aug 2, 2025
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from 3f5ceb3 to 6105f7d Compare August 2, 2025 23:59
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from 6105f7d to 58e2113 Compare August 14, 2025 07:33
@renovate renovate bot changed the title chore(deps): update dependency golangci/golangci-lint to v2.3.1 chore(deps): update dependency golangci/golangci-lint to v2.4.0 Aug 14, 2025
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch 3 times, most recently from 6c2a150 to 6b9341d Compare September 18, 2025 11:51
@renovate renovate bot changed the title chore(deps): update dependency golangci/golangci-lint to v2.4.0 chore(deps): update dependency golangci/golangci-lint to v2.5.0 Sep 21, 2025
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch 2 times, most recently from 3f4193f to c2672f9 Compare September 26, 2025 09:45
@renovate renovate bot changed the title chore(deps): update dependency golangci/golangci-lint to v2.5.0 chore(deps): update dependency golangci/golangci-lint to v2.6.0 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from c2672f9 to 3e252a2 Compare October 30, 2025 01:50
@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 from 3e252a2 to cbbd26b Compare November 4, 2025 15:13
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from cbbd26b to 2ccea4c Compare November 14, 2025 09:04
@renovate renovate bot requested a review from a team as a code owner November 14, 2025 09:04
@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 2 times, most recently from f0f3a56 to 3b0b20f Compare November 17, 2025 10:42
@programmer04 programmer04 enabled auto-merge (squash) November 17, 2025 11:18
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from 3b0b20f to 476123e Compare November 19, 2025 05:57
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from 476123e to 9555f28 Compare November 24, 2025 06:03
@programmer04 programmer04 merged commit 069eb47 into main Nov 24, 2025
33 of 34 checks passed
@programmer04 programmer04 deleted the renovate/golangci-golangci-lint-2.x branch November 24, 2025 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants