Skip to content

Commit 2ec2221

Browse files
committed
enable stylecheck
1 parent a134bc7 commit 2ec2221

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.golangci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ linters:
3232
- prealloc
3333
- staticcheck
3434
- structcheck
35+
- stylecheck
3536
- typecheck
3637
- unconvert
3738
- unparam
@@ -43,7 +44,9 @@ linters:
4344
linters-settings:
4445
gofmt:
4546
simplify: false
46-
47+
goimports:
48+
local-prefixes: gopkg.in/launchdarkly,github.com/launchdarkly
49+
4750
issues:
4851
exclude-use-default: false
4952
max-same-issues: 1000

0 commit comments

Comments
 (0)