Add docker linting

This commit is contained in:
IamTheFij 2020-07-14 17:08:48 -07:00
parent 4aff294739
commit 5dc5ba5257
1 changed files with 5 additions and 0 deletions

View File

@ -17,3 +17,8 @@ repos:
- id: go-imports
# - id: gometalinter
# - id: golangci-lint
- repo: https://github.com/IamTheFij/docker-pre-commit
rev: v2.0.0
hooks:
- id: docker-compose-check
- id: hadolint