Skip to content

Commit 7f0c08a

Browse files
committed
Disable unnecessary exhauststruct linter
1 parent 6e8c61d commit 7f0c08a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ linters:
2424
- golint
2525
- maligned
2626
- scopelint
27+
- exhaustruct
2728
# deprecated
2829
- deadcode
2930
- varcheck
3031
- structcheck
3132
- nosnakecase
33+
- exhaustivestruct
3234

3335

3436
# Run options

0 commit comments

Comments
 (0)