Remove hadolint completely
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
IamTheFij 2023-04-18 17:18:48 -07:00
parent 95effa7859
commit 1acd61cff1
2 changed files with 0 additions and 17 deletions

View File

@ -5,17 +5,3 @@
language: script
entry: compose-check.sh
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

View File

@ -20,6 +20,3 @@ and then run `pre-commit autoupdate`.
### docker-compose-check
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