add check to ensure config/funkos is empty
This commit is contained in:
parent
6489ec0dc2
commit
50e8ff7e56
@ -31,3 +31,8 @@ repos:
|
|||||||
entry: test ! -s config/funkos
|
entry: test ! -s config/funkos
|
||||||
language: system
|
language: system
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
|
- repo: https://github.com/hadolint/hadolint
|
||||||
|
rev: v2.12.0
|
||||||
|
hooks:
|
||||||
|
- id: hadolint-docker
|
||||||
|
exclude: 'j2$'
|
||||||
|
Loading…
Reference in New Issue
Block a user