Skip to content

Commit

Permalink
add unconvert to warning linter (#4710)
Browse files Browse the repository at this point in the history
  • Loading branch information
cce authored Nov 2, 2022
1 parent e387553 commit fa77937
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .golangci-warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ linters:
- deadcode
- partitiontest
- structcheck
- typecheck
- varcheck
- unconvert
- unused


Expand Down Expand Up @@ -52,24 +52,19 @@ issues:
# be more lenient with test code
- path: _test\.go
linters:
- staticcheck
- deadcode
- structcheck
- typecheck
- varcheck
- deadcode
- gosimple
- unconvert
- unused
# Add all linters here -- Comment this block out for testing linters
- path: test/linttest/lintissues\.go
linters:
- staticcheck
- deadcode
- structcheck
- typecheck
- varcheck
- deadcode
- gosimple
- unconvert
- unused
- partitiontest
- path: crypto/secp256k1/secp256_test\.go
linters:
- partitiontest

0 comments on commit fa77937

Please sign in to comment.