Skip to content

Commit 51db19f

Browse files
committed
Adapt linter configuration
Signed-off-by: jannfis <jann@mistrust.net>
1 parent 6889843 commit 51db19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ run:
22
timeout: 2m
33
linters:
44
enable:
5+
- gofmt
56
- vet
67
- goimports
78
- ineffassign
89
- unconvert
9-
- unparam
1010
- unused
1111
linters-settings:
1212
goimports:

0 commit comments

Comments
 (0)