mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 08:40:29 +00:00
e4c0ca0f48
* Switch to upstream discordgo again * Fix discord api changes
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
|