mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
14 lines
171 B
YAML
14 lines
171 B
YAML
|
linters-settings:
|
||
|
govet:
|
||
|
check-shadowing: true
|
||
|
misspell:
|
||
|
locale: US
|
||
|
|
||
|
linters:
|
||
|
enable-all: true
|
||
|
disable:
|
||
|
- funlen
|
||
|
|
||
|
issues:
|
||
|
exclude-use-default: false
|