Skip to content

Commit 849dde1

Browse files
.github: ignore unused
1 parent b7eaab5 commit 849dde1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.golangci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@ linters:
1818
- misspell
1919
- unconvert
2020
- typecheck
21-
- unused
21+
# this repo contains a few copied files from go-ethereum,
22+
# and some of them have unused fields/functions
23+
#- unused
2224
- staticcheck
2325
- bidichk
2426
- durationcheck
2527
- exportloopref
2628
- whitespace
27-
# this repo contains a few copied files from go-ethereum,
28-
# and some of them have unused fields/functions
29-
- unused
3029

3130
# - structcheck # lots of false positives
3231
# - errcheck #lot of false positives

0 commit comments

Comments
 (0)