github.com/ldez/golangci-lint@v1.10.1/pkg/packages/exclude.go (about)

     1  package packages
     2  
     3  var StdExcludeDirRegexps = []string{
     4  	"vendor$", "third_party$",
     5  	"testdata$", "examples$",
     6  	"Godeps$",
     7  	"builtin$",
     8  }