mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
Replace deprecated linter deadcode with unused (#11334)
* Replace deprecated linter deadcode with unused * Ignore unused warnings * Print filename and line number when linting fails * Fix path * Remove unused methods Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com> Co-authored-by: terencechain <terence@prysmaticlabs.com>
This commit is contained in:
committed by
GitHub
parent
57b7e0b572
commit
4796827d22
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
@@ -53,6 +53,7 @@ jobs:
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.47.2
|
||||
args: --config=.golangci.yml --out-${NO_FUTURE}format colored-line-number
|
||||
|
||||
build:
|
||||
name: Build
|
||||
|
||||
Reference in New Issue
Block a user