github.com/jenspinney/cli@v6.42.1-0.20190207184520-7450c600020e+incompatible/bin/lint-linters.awk (about)

     1  # TODO: REMOVE
     2  # /models\.RouterGroups composite literal uses unkeyed fields \(vet\)/ \
     3  # when https://go-review.googlesource.com/#/c/22318/ is in our released version
     4  
     5  !(\
     6         /should have comment or be unexported.*\(golint\)/ \
     7      || /should have comment \(or a comment on this block\) or be unexported.*\(golint\)/ \
     8      || /comment on exported type .+ should be of the form.*\(golint\)/ \
     9      || /returns unexported type.*\(golint\)/ \
    10      || /should not use dot imports.*\(golint\)/ \
    11      || /\"windows\".*\(goconst\)/ \
    12      || /command\/.*"-1".*\(goconst\)/ \
    13      || /models\.RouterGroups composite literal uses unkeyed fields \(vet\)/ \
    14      || /cf\/minimum_api_versions\.go:5:1:warning: _ is unused \(deadcode\)/ \
    15      || /error return value not checked \(defer .*\) \(errcheck\)/ \
    16  )