Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit a0dc101

Browse files
committed
Remove unused linter - seems it's causing problems with golangci
After upgrading to GO 1.14 we got errors running golangci. No better solution was proposed in the golangci issues.
1 parent 028b3c8 commit a0dc101

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

golangci-config/.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ linters:
2929
- structcheck
3030
- stylecheck
3131
- typecheck
32-
- unused
3332
- varcheck
3433

3534
run:

0 commit comments

Comments
 (0)