mirror of https://github.com/grafana/loki
parent
b8b7caa450
commit
fa4f936fcb
@ -1,36 +0,0 @@ |
||||
{ |
||||
"Vendor": true, |
||||
"Deadline": "5m", |
||||
"Concurrency": 2, |
||||
"Linters": { |
||||
"gofmt": {"Command": "gofmt -l -s -w"}, |
||||
"goimports": {"Command": "goimports -l -w"} |
||||
}, |
||||
"Exclude": [ |
||||
"\\.pb\\.go", |
||||
"pkg/promtail/server/ui/assets_vfsdata.go", |
||||
"method Seek.*should have signature", |
||||
"error return value not checked \\(level\\.", |
||||
"\"err\" shadows declaration" |
||||
], |
||||
|
||||
"Enable": [ |
||||
"deadcode", |
||||
"errcheck", |
||||
"goconst", |
||||
"gofmt", |
||||
"goimports", |
||||
"golint", |
||||
"gosimple", |
||||
"gotypex", |
||||
"ineffassign", |
||||
"megacheck", |
||||
"misspell", |
||||
"structcheck", |
||||
"unconvert", |
||||
"unparam", |
||||
"varcheck", |
||||
"vet", |
||||
"vetshadow" |
||||
] |
||||
} |
||||
Loading…
Reference in new issue