Skip to content

Commit a03bee6

Browse files
authored
Bump golangci-lint, update config (#188)
1 parent ca1b2bd commit a03bee6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
go-version: stable
1818
- uses: golangci/golangci-lint-action@v8
1919
with:
20-
version: v2.1.6
20+
version: v2.3.0
2121

2222
tests:
2323
name: tests

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ linters:
1717
- err113
1818
- exhaustruct
1919
- forbidigo
20-
- funcorder
2120
- funlen
2221
- gocognit
2322
- gocyclo
@@ -29,6 +28,7 @@ linters:
2928
- nakedret
3029
- nestif
3130
- nlreturn
31+
- noinlineerr
3232
- paralleltest
3333
- prealloc
3434
- rowserrcheck
@@ -37,6 +37,7 @@ linters:
3737
- tparallel
3838
- varnamelen
3939
- wastedassign
40+
- wsl
4041

4142
settings:
4243
depguard:

0 commit comments

Comments
 (0)