Remove hadolint completely
This commit is contained in:
parent
95effa7859
commit
1acd61cff1
@ -5,17 +5,3 @@
|
|||||||
language: script
|
language: script
|
||||||
entry: compose-check.sh
|
entry: compose-check.sh
|
||||||
files: (docker-)?compose.y[a]{0,1}ml$
|
files: (docker-)?compose.y[a]{0,1}ml$
|
||||||
|
|
||||||
- id: hadolint
|
|
||||||
name: Lint Dockerfiles
|
|
||||||
description: Deprecated! Runs hadolint Docker image to lint Dockerfiles
|
|
||||||
language: script
|
|
||||||
entry: hadolint-deprecation.sh
|
|
||||||
files: Dockerfile
|
|
||||||
|
|
||||||
- id: hadolint-system
|
|
||||||
name: Lint Dockerfiles
|
|
||||||
description: Deprecated! Runs system hadolint to lint Dockerfiles
|
|
||||||
language: script
|
|
||||||
entry: hadolint-deprecation.sh
|
|
||||||
files: Dockerfile
|
|
||||||
|
@ -20,6 +20,3 @@ and then run `pre-commit autoupdate`.
|
|||||||
|
|
||||||
### docker-compose-check
|
### docker-compose-check
|
||||||
Verifies that docker-compose files are valid by using `docker-compose config` to parse them.
|
Verifies that docker-compose files are valid by using `docker-compose config` to parse them.
|
||||||
|
|
||||||
### hadolint (Removed)
|
|
||||||
These hooks have been removed in favor of the ones that have been added to https://github.com/hadolint/hadolint
|
|
||||||
|
Loading…
Reference in New Issue
Block a user