Skip to content

Commit

Permalink
remove unused metrics pkg (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris authored Nov 19, 2024
1 parent 7f8e940 commit deb781b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: go install honnef.co/go/tools/cmd/[email protected]

- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.3
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0

- name: Install NilAway
run: go install go.uber.org/nilaway/cmd/[email protected]
Expand Down
10 changes: 0 additions & 10 deletions metrics/metrics.go

This file was deleted.

2 changes: 1 addition & 1 deletion proxy/receiver_proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ func createTestTx(i int) *hexutil.Bytes {
chainID := big.NewInt(1)
txData := &types.DynamicFeeTx{
ChainID: chainID,
Nonce: uint64(i),
Nonce: uint64(i), //nolint:gosec
GasTipCap: big.NewInt(1),
GasFeeCap: big.NewInt(1),
Gas: 21000,
Expand Down

0 comments on commit deb781b

Please sign in to comment.