runner:
  golint:
    cmd: golint $(go list ./... | grep -v /vendor/) | grep -v "don't use an underscore in package name"