mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-14 15:30:27 +00:00
20 lines
217 B
YAML
20 lines
217 B
YAML
|
linters:
|
||
|
disable-all: true
|
||
|
enable:
|
||
|
# - staticcheck
|
||
|
# - unused
|
||
|
- golint
|
||
|
|
||
|
linters-settings:
|
||
|
staticcheck:
|
||
|
go: "1.13"
|
||
|
|
||
|
checks: ["all"]
|
||
|
|
||
|
unused:
|
||
|
go: "1.13"
|
||
|
|
||
|
issues:
|
||
|
include:
|
||
|
- EXC0002
|