mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 15:40:27 +00:00
Update linter config
This commit is contained in:
parent
2d2bebe976
commit
2a41abb3d1
6
.github/workflows/development.yml
vendored
6
.github/workflows/development.yml
vendored
@ -9,10 +9,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 20
|
fetch-depth: 20
|
||||||
- name: Run golangci-lint
|
- name: Run golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v1
|
uses: golangci/golangci-lint-action@v2
|
||||||
with:
|
with:
|
||||||
version: v1.27
|
version: v1.29
|
||||||
args: "-v --new-from-rev HEAD~1"
|
args: "-v --new-from-rev HEAD~5"
|
||||||
test-build-upload:
|
test-build-upload:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -180,7 +180,9 @@ linters:
|
|||||||
- goerr113
|
- goerr113
|
||||||
- testpackage
|
- testpackage
|
||||||
- godot
|
- godot
|
||||||
|
- interfacer
|
||||||
|
- goheader
|
||||||
|
- noctx
|
||||||
|
|
||||||
# rules to deal with reported isues
|
# rules to deal with reported isues
|
||||||
issues:
|
issues:
|
||||||
|
Loading…
Reference in New Issue
Block a user