refactor(bridge-history-api): fix go lint (#638)

Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
This commit is contained in:
ChuhanJin
2023-07-18 18:35:45 +08:00
committed by GitHub
parent ecd3a61a86
commit 577cc90a34
27 changed files with 263 additions and 100 deletions

View File

@@ -209,6 +209,13 @@ issues:
linters:
- errcheck
- gosec
# Exclude abi files in bridge-history-api
- path: backend_abi\.go
linters:
- errcheck
- gosec
- golint
# Exclude some staticcheck messages
- linters: