Skip to content

Commit 565a048

Browse files
committed
update golangci-lint config
1 parent c158db8 commit 565a048

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.golangci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ linters:
1010
- staticcheck
1111
- unused
1212
- gosimple
13-
- structcheck
14-
- varcheck
1513
- ineffassign
16-
- deadcode
1714
- typecheck
1815
# additional
1916
- goimports
@@ -22,4 +19,5 @@ linters:
2219
- whitespace
2320

2421
output:
25-
format: colored-line-number
22+
formats:
23+
- format: colored-line-number

0 commit comments

Comments
 (0)