Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2025

This PR contains the following updates:

Package Update Change
golangci/golangci-lint minor v2.1.6 -> v2.4.0

Release Notes

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

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 - 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 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 renovate Changes by renovate label Jun 28, 2025
@renovate renovate bot requested a review from a team as a code owner June 28, 2025 21:35
@renovate renovate bot enabled auto-merge (squash) June 28, 2025 21:35
@renovate renovate bot added the renovate Changes by renovate label Jun 28, 2025
Copy link

codecov bot commented Jun 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.18%. Comparing base (a46386c) to head (9da996d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1188   +/-   ##
=======================================
  Coverage   79.18%   79.18%           
=======================================
  Files          57       57           
  Lines        4843     4843           
=======================================
  Hits         3835     3835           
  Misses        863      863           
  Partials      145      145           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title chore(deps): update dependency golangci/golangci-lint to v2.2.0 chore(deps): update dependency golangci/golangci-lint to v2.2.1 Jun 29, 2025
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from 66714e6 to be266af Compare June 29, 2025 21:58
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch 2 times, most recently from 33a0887 to 59d80f8 Compare July 11, 2025 09:47
@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 59d80f8 to 74c5a50 Compare July 11, 2025 16:36
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from 74c5a50 to 54eea5b Compare July 21, 2025 23:43
@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 54eea5b to bd7cc02 Compare July 24, 2025 06:45
@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 7, 2025
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch 7 times, most recently from b2bb5db to 62b09fb Compare August 13, 2025 05:03
@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 e055360 to 3210696 Compare August 20, 2025 23:09
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch 3 times, most recently from 8cd4c0c to a507d47 Compare August 28, 2025 14:35
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-2.x branch from a507d47 to 9da996d Compare August 28, 2025 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Changes by renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants