github.com/cloudfoundry-attic/cli-with-i18n@v6.32.1-0.20171002233121-7401370d3b85+incompatible/bin/lint-files.awk (about)

     1  !(\
     2         /^vendor\// \
     3      || /fakes\// \
     4      || /^fixtures\/.*main redeclared in this block/ \
     5      || /^fixtures\/.*other declaration of main/ \
     6      || /^plugin_examples\/.*main redeclared in this block/ \
     7      || /^plugin_examples\/.*other declaration of main/ \
     8      || /cf\/resources.*\(golint\)/ \
     9      || /util\/words\/.*\(golint\)/ \
    10      || /plugin\/models\/.*\(golint\)/ \
    11      || /_test\.go.*\(errcheck\)/ \
    12  )