5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00

Update linter config

This commit is contained in:
Wim 2020-07-26 15:05:52 +02:00
parent 2d2bebe976
commit 2a41abb3d1
2 changed files with 6 additions and 4 deletions

View File

@ -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:

View File

@ -180,7 +180,9 @@ linters:
- goerr113
- testpackage
- godot
- interfacer
- goheader
- noctx
# rules to deal with reported isues
issues: