Update golangci-lint config

pull/1167/head
Wim 4 years ago
parent 80eb1cd202
commit 587de96ab3

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

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

Loading…
Cancel
Save