mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 07:30:28 +00:00
15 lines
194 B
YAML
15 lines
194 B
YAML
|
run:
|
||
|
timeout: 6m
|
||
|
issues-exit-code: 1
|
||
|
linters:
|
||
|
disable-all: true
|
||
|
enable:
|
||
|
- goimports
|
||
|
- govet
|
||
|
- interfacer
|
||
|
- misspell
|
||
|
- structcheck
|
||
|
- unconvert
|
||
|
issues:
|
||
|
new: true
|