You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
mcdonnnj
changed the title
docker-pre-commit Hook Does not Check All docker-compose Files
docker-pre-commit Hook Does Not Check All docker-compose Files
Jan 10, 2021
🐛 Summary
The IamTheFij/docker-pre-commit repo's
docker-compose-check
hook 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]ml
file is checked. There are a number of repos where we have multipledocker-compose
configurations, and they are not being checked with this hook.The text was updated successfully, but these errors were encountered: