diff --git a/check/utils.go b/check/utils.go index 108fff0..971ac77 100644 --- a/check/utils.go +++ b/check/utils.go @@ -12,7 +12,7 @@ import ( ) var ( - skipDirs = []string{"Godeps", "vendor", "third_party"} + skipDirs = []string{"/Godeps/", "/vendor/", "/third_party/"} skipSuffixes = []string{".pb.go", ".pb.gw.go", ".generated.go", "bindata.go"} )