Skip to content

Commit dcc2b50

Browse files
authored
chore(deps): Update dependency golangci/golangci-lint to v2.3.0 (#2253)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | minor | `v2.2.1` -> `v2.3.0` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v2.3.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v230) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.2.2...v2.3.0) 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`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v222) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.2.1...v2.2.2) 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 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent fb148a1 commit dcc2b50

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/lint_golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v8
2222
with:
23-
version: v2.2.1
23+
version: v2.3.0

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ linters:
7171
disabled: true
7272
- name: var-naming
7373
disabled: true
74+
- name: enforce-switch-style
75+
disabled: true
7476
exclusions:
7577
generated: lax
7678
presets:

0 commit comments

Comments
 (0)