5
0
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:
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: 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:

View File

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