Update linter config
This commit is contained in:
parent
2d2bebe976
commit
2a41abb3d1
|
@ -9,10 +9,10 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 20
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v1
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: v1.27
|
||||
args: "-v --new-from-rev HEAD~1"
|
||||
version: v1.29
|
||||
args: "-v --new-from-rev HEAD~5"
|
||||
test-build-upload:
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
@ -180,7 +180,9 @@ linters:
|
|||
- goerr113
|
||||
- testpackage
|
||||
- godot
|
||||
|
||||
- interfacer
|
||||
- goheader
|
||||
- noctx
|
||||
|
||||
# rules to deal with reported isues
|
||||
issues:
|
||||
|
|
Loading…
Reference in New Issue