Skip to content

Commit 1f0d33e

Browse files
authored
Enable new linters (#79)
1 parent 65e055e commit 1f0d33e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ linters:
7171
- unparam
7272
- whitespace
7373
- wsl
74+
- exhaustivestruct
75+
- errorlint
76+
- tparallel
77+
- wrapcheck
7478
# don't enable:
7579
# - go-header
7680
# - testpackage

0 commit comments

Comments
 (0)