Skip to content

Commit

Permalink
linter up (#13048)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Dec 11, 2024
1 parent db60360 commit dff4e0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: runner.os == 'Linux'
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
version: v1.62.2
args: --help

- name: Lint
Expand Down
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ linters:
- testifylint #TODO: enable me
- gocheckcompilerdirectives
- protogetter
- recvcheck #TODO: enable me
enable:
- unconvert
# - predeclared #TODO: enable me
Expand Down
1 change: 1 addition & 0 deletions erigon-lib/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ linters:
- perfsprint #TODO: enable me
- protogetter
- typecheck
- recvcheck #TODO: enable me
enable:
- unconvert
- predeclared
Expand Down
2 changes: 1 addition & 1 deletion erigon-lib/tools/golangci_lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

scriptDir=$(dirname "${BASH_SOURCE[0]}")
scriptName=$(basename "${BASH_SOURCE[0]}")
version="v1.60.0"
version="v1.62.2"

if [[ "$1" == "--install-deps" ]]
then
Expand Down

0 comments on commit dff4e0e

Please sign in to comment.