github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+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  )