github.com/joshdk/godel@v0.0.0-20170529232908-862138a45aee/godel/config/check.yml (about) 1 checks: 2 golint: 3 filters: 4 - value: "should have comment or be unexported" 5 - value: "or a comment on this block" 6 novendor: 7 filters: 8 # Dependent vendored library that is not detected due to https://github.com/palantir/checks/issues/34 9 - value: "github.com/google/go-querystring" 10 # packages used for amalgomating gonform 11 - value: "cmd/gofmt" 12 # packages used for amalgomating gunit 13 - value: "github.com/jstemmer/go-junit-report" 14 - value: "github.com/nmiyake/gotest" 15 - value: "rsc.io/gt" 16 # packages used for amalgomating okgo 17 - value: "github.com/golang/lint" 18 - value: "github.com/gordonklaus/ineffassign" 19 - value: "github.com/kisielk/errcheck" 20 - value: "github.com/mdempsky/unconvert" 21 - value: "github.com/nmiyake/govet" 22 - value: "github.com/opennota/check" 23 - value: "github.com/palantir/checks" 24 - value: "github.com/palantir/checks/compiles" 25 - value: "github.com/palantir/checks/extimport" 26 - value: "github.com/palantir/checks/novendor" 27 - value: "github.com/palantir/checks/outparamcheck" 28 - value: "github.com/remyoudompheng/go-misc"