Skip to content

Commit a38c896

Browse files
Bump github.com/golangci/golangci-lint from 1.64.7 to 1.64.8 in /tools (#112)
* Bump github.com/golangci/golangci-lint from 1.64.7 to 1.64.8 in /tools Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.64.7 to 1.64.8. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md) - [Commits](golangci/golangci-lint@v1.64.7...v1.64.8) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
1 parent 040b7e5 commit a38c896

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

.github/workflows/lint.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
- uses: golangci/golangci-lint-action@v6
2727
with:
2828
version: ${{ steps.golangci-lint-version.outputs.GOLANGCI_LINT_VERSION }}
29-
args: --verbose --timeout 5m
29+
verify: false
30+
args: --verbose

.golangci.yml

+13-6
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,25 @@ linters-settings:
4444
line-length: 140
4545
misspell:
4646
locale: US
47-
tenv:
48-
all: true
47+
usetesting:
48+
context-background: true
49+
context-todo: true
50+
os-chdir: true
51+
os-mkdir-temp: true
52+
os-setenv: true
53+
os-create-temp: true
54+
os-temp-dir: true
4955

5056
linters:
5157
enable-all: true
5258
disable:
5359
- depguard
54-
- exhaustruct
5560
- err113
56-
- nonamedreturns
61+
- exhaustruct
5762
- gomnd
58-
- rowserrcheck
59-
- wastedassign
63+
- nonamedreturns
6064
- paralleltest
65+
- rowserrcheck
66+
- tenv
6167
- testpackage
68+
- wastedassign

tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module github.com/alexandear/import-gitlab-commits/tools
33
go 1.22
44
toolchain go1.24.1
55

6-
require github.com/golangci/golangci-lint v1.64.7
6+
require github.com/golangci/golangci-lint v1.64.8

tools/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/golangci/golangci-lint v1.64.7 h1:Xk1EyxoXqZabn5b4vnjNKSjCx1whBK53NP+mzLfX7HA=
2-
github.com/golangci/golangci-lint v1.64.7/go.mod h1:5cEsUQBSr6zi8XI8OjmcY2Xmliqc4iYL7YoPrL+zLJ4=
1+
github.com/golangci/golangci-lint v1.64.8 h1:y5TdeVidMtBGG32zgSC7ZXTFNHrsJkDnpO4ItB3Am+I=
2+
github.com/golangci/golangci-lint v1.64.8/go.mod h1:5cEsUQBSr6zi8XI8OjmcY2Xmliqc4iYL7YoPrL+zLJ4=

0 commit comments

Comments
 (0)