🐛 Summary
The IamTheFij/docker-pre-commit repo's docker-compose-check hook that we use only checks files ending in docker-compose.y[a]ml.This can be seen here:
https://github.com/IamTheFij/docker-pre-commit/blob/aeda358a4a1a064958fd994c9209047bd8c783c8/.pre-commit-hooks.yaml#L7
Expected behavior
Any docker-compose*.y[a]ml file is checked. There are a number of repos where we have multiple docker-compose configurations, and they are not being checked with this hook.
🐛 Summary
The IamTheFij/docker-pre-commit repo's
docker-compose-checkhook that we use only checks files ending indocker-compose.y[a]ml.This can be seen here:https://github.com/IamTheFij/docker-pre-commit/blob/aeda358a4a1a064958fd994c9209047bd8c783c8/.pre-commit-hooks.yaml#L7
Expected behavior
Any
docker-compose*.y[a]mlfile is checked. There are a number of repos where we have multipledocker-composeconfigurations, and they are not being checked with this hook.