Skip to content

Commit aefb6a2

Browse files
committed
re-enable the structcheck linter
1 parent 083eb1a commit aefb6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ linters:
1818
- tparallel
1919
- unconvert
2020
- whitespace
21-
# disable:
22-
# - errcheck
21+
disable:
22+
- errcheck
2323
# - structcheck
2424

2525
issues:

0 commit comments

Comments
 (0)