1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00
srs/trunk/3rdparty/srs-bench/vendor/github.com/pion/logging/.golangci.yml

13 lines
189 B
YAML

linters-settings:
govet:
check-shadowing: true
misspell:
locale: US
linters:
enable-all: true
issues:
exclude-use-default: false
max-per-linter: 0
max-same-issues: 50