Files
onvif-go/.golangci.yml
T

12 lines
111 B
YAML

version: "2"
linters:
enable:
- errcheck
- govet
- staticcheck
- unused
run:
timeout: 5m