mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-28 14:47:16 +00:00
Upgrade golangci-lint (#606)
* Upgrade golangci-lint to 1.49 * Remove deprecated linters
This commit is contained in:
parent
3b0c5f75f8
commit
82e0422a49
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
if: matrix.os == 'ubuntu-20.04'
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.48
|
||||
version: v1.49
|
||||
|
||||
- name: Test win
|
||||
if: matrix.os == 'windows-2022'
|
||||
|
@ -10,7 +10,6 @@ linters:
|
||||
# - wastedassign # go1.18
|
||||
# - thelper
|
||||
- gofmt
|
||||
- deadcode
|
||||
- errcheck
|
||||
- gosimple
|
||||
- govet
|
||||
@ -18,7 +17,6 @@ linters:
|
||||
- staticcheck
|
||||
# - structcheck # go1.18
|
||||
- unused
|
||||
- varcheck
|
||||
# - gocritic
|
||||
- bodyclose # go1.18
|
||||
- gosec
|
||||
|
Loading…
Reference in New Issue
Block a user