We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
golangci-lint
1 parent ca1b2bd commit a03bee6Copy full SHA for a03bee6
.github/workflows/go.yml
@@ -17,7 +17,7 @@ jobs:
17
go-version: stable
18
- uses: golangci/golangci-lint-action@v8
19
with:
20
- version: v2.1.6
+ version: v2.3.0
21
22
tests:
23
name: tests
.golangci.yml
@@ -17,7 +17,6 @@ linters:
- err113
- exhaustruct
- forbidigo
- - funcorder
- funlen
- gocognit
- gocyclo
@@ -29,6 +28,7 @@ linters:
29
28
- nakedret
30
- nestif
31
- nlreturn
+ - noinlineerr
32
- paralleltest
33
- prealloc
34
- rowserrcheck
@@ -37,6 +37,7 @@ linters:
37
- tparallel
38
- varnamelen
39
- wastedassign
40
+ - wsl
41
42
settings:
43
depguard:
0 commit comments