Skip to content

Commit d1d624a

Browse files
fix linting issues
1 parent 50a7e6b commit d1d624a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.golangci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ linters:
55
- gocritic
66
- govet
77
- ineffassign
8-
- staticcheck
98
- unused
109
exclusions:
1110
generated: lax
@@ -15,13 +14,13 @@ linters:
1514
- legacy
1615
- std-error-handling
1716
paths:
18-
- vendor$
19-
- examples$
17+
- vendor
18+
- examples
2019
formatters:
2120
enable:
2221
- gofmt
2322
exclusions:
2423
generated: lax
2524
paths:
26-
- vendor$
27-
- examples$
25+
- vendor
26+
- examples

0 commit comments

Comments
 (0)