Skip to content

Commit def0871

Browse files
committed
Add .golangci.yaml config
1 parent eac9584 commit def0871

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.golangci.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
linters:
2+
enable:
3+
- errcheck
4+
- exhaustive
5+
- gosimple
6+
- govet
7+
- ineffassign
8+
- misspell
9+
- staticcheck
10+
- typecheck
11+
- unused

0 commit comments

Comments
 (0)