Skip to content

Commit fcf9bb9

Browse files
authored
chore: enable misspell linter with golangci-lint (#768)
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent ba09374 commit fcf9bb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.golangci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ run:
55
timeout: 5m
66

77
linters:
8+
enable:
9+
- errcheck
10+
- misspell
11+
812
settings:
913
errcheck:
1014
exclude-functions:
1115
- (github.com/go-kit/log.Logger).Log
16+
1217
exclusions:
1318
presets:
1419
- comments
@@ -20,6 +25,7 @@ formatters:
2025
enable:
2126
- gofumpt
2227
- goimports
28+
2329
settings:
2430
gofumpt:
2531
extra-rules: true

0 commit comments

Comments
 (0)