Skip to content

Commit

Permalink
chore: add .golangci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
x-wagmi committed Aug 18, 2024
1 parent 375be2d commit dbdc13b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
linters:
disable:
- govet
- unused
- errcheck
- gosimple
- ineffassign
- staticcheck
- typecheck
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module statistic

go 1.21

toolchain go1.21.1

require (
github.com/ChainSafe/log15 v1.0.0
github.com/crustio/chainbridge-substrate-events v1.8.3
Expand Down

0 comments on commit dbdc13b

Please sign in to comment.