mirror of
https://github.com/moby/moby.git
synced 2026-07-11 18:13:57 +00:00
The validate-lint script excludes any package names that match api/types. However, the only subpackage that appears to cause issues is api/types/container (due to stuttering names). Tighten the filtering so that other code inside api/types is validated. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>