-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 74287e5
authored
chore(deps): Update dependency golangci/golangci-lint to v1.57.2 (#176)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | minor | `v1.56.2` -> `v1.57.2` |
---
### Release Notes
<details>
<summary>golangci/golangci-lint (golangci/golangci-lint)</summary>
### [`v1.57.2`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1572)
[Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.57.1...v1.57.2)
1. Updated linters
- `contextcheck`: from 1.1.4 to 1.1.5
- `copyloopvar`: from 1.0.8 to 1.0.10
- `ginkgolinter`: from 0.16.1 to 0.16.2
- `goconst`: from 1.7.0 to 1.7.1
- `gomoddirectives`: from 0.2.3 to 0.2.4
- `intrange`: from 0.1.0 to 0.1.1
2. Misc.
- fix: display warnings on deprecated linter options
- fix: missing `colored-tab` output format
- fix: TeamCity `inspectionType` service message
3. Documentation
- Remove invalid example about mixing files and directory
- Improve linters page
### [`v1.57.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1571)
[Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.57.0...v1.57.1)
1. Fixes:
- Ignore issues with invalid position (e.g. `contextcheck`).
### [`v1.57.0`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1570)
[Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.56.2...v1.57.0)
1. New linters
- `copyloopvar`: https://github.com/karamaru-alpha/copyloopvar
- `intrange`: https://github.com/ckaznocha/intrange
2. Updated linters
- `dupword`: from 0.0.13 to 0.0.14
- `gci`: from 0.12.1 to 0.12.3
- `ginkgolinter`: from 0.15.2 to 0.16.1 (new option `force-expect-to`, `validate-async-intervals`, and `forbid-spec-pollution`)
- `go-critic`: from 0.11.1 to 0.11.2
- `go-critic`: support of `enable-all` and `disable-all` options
- `go-spancheck`: from 0.5.2 to 0.5.3
- `gomodguard`: from 1.3.0 to 1.3.1
- `govet`: deprecation of `check-shadowing` 1 parent a0c2cad commit 74287e5Copy full SHA for 74287e5
1 file changed
+1
-1
lines changed.github/workflows/lint_golang.yml
Copy file name to clipboardExpand all lines: .github/workflows/lint_golang.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
|
0 commit comments