5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 21:32:31 +00:00

Update golangci-lint config

This commit is contained in:
Wim 2020-06-24 23:21:15 +02:00
parent 80eb1cd202
commit 587de96ab3
2 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@ jobs:
uses: golangci/golangci-lint-action@v1 uses: golangci/golangci-lint-action@v1
with: with:
version: v1.27 version: v1.27
args: "run -v"
test: test:
strategy: strategy:
matrix: matrix:

View File

@ -176,6 +176,10 @@ linters:
- prealloc - prealloc
- wsl - wsl
- gomnd - gomnd
- godox
- goerr113
- testpackage
- godot
# rules to deal with reported isues # rules to deal with reported isues