From 1acd61cff1c89d33dbaab174b01eeb0c43802c1f Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 18 Apr 2023 17:18:48 -0700 Subject: [PATCH] Remove hadolint completely --- .pre-commit-hooks.yaml | 14 -------------- README.md | 3 --- 2 files changed, 17 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 347a310..b98b155 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -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 diff --git a/README.md b/README.md index 8db1fdc..6a9d5fa 100644 --- a/README.md +++ b/README.md @@ -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