diff --git a/.golangci.yml b/.golangci.yml new file mode 100644 index 0000000..b5ac3b6 --- /dev/null +++ b/.golangci.yml @@ -0,0 +1,9 @@ +linters: + disable: + - govet + - unused + - errcheck + - gosimple + - ineffassign + - staticcheck + - typecheck \ No newline at end of file diff --git a/go.mod b/go.mod index 799b739..220a1d5 100644 --- a/go.mod +++ b/go.mod @@ -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