mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-15 00:19:24 +01:00
Update golangci-lint config
This commit is contained in:
parent
80eb1cd202
commit
587de96ab3
1
.github/workflows/development.yml
vendored
1
.github/workflows/development.yml
vendored
@ -10,6 +10,7 @@ jobs:
|
||||
uses: golangci/golangci-lint-action@v1
|
||||
with:
|
||||
version: v1.27
|
||||
args: "run -v"
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -176,6 +176,10 @@ linters:
|
||||
- prealloc
|
||||
- wsl
|
||||
- gomnd
|
||||
- godox
|
||||
- goerr113
|
||||
- testpackage
|
||||
- godot
|
||||
|
||||
|
||||
# rules to deal with reported isues
|
||||
|
Loading…
Reference in New Issue
Block a user