1run: 2 # timeout for analysis, e.g. 30s, 5m, default is 1m 3 deadline: 90s 4 5linters-settings: 6 depguard: 7 list-type: blacklist 8 packages: 9 - golang.org/x/net/context 10 - github.com/gogo/protobuf/proto 11
View as plain text