Fix third_party/ detection.

This commit is contained in:
Dan Lorenc 2020-10-09 17:59:27 -05:00
parent f41522dfda
commit b0e5e2e6a1

View File

@ -60,7 +60,7 @@ func FrozenDeps(c *checker.Checker) CheckResult {
Pass: true,
Confidence: 10,
}
case "vendor", "third_party":
case "vendor/", "third_party/":
return CheckResult{
Pass: true,
Confidence: 10,