From 870040157a8d66a88513cd870a1ba9128babc1d8 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 19 Dec 2020 14:29:40 +0200 Subject: [PATCH] Remove the dockerfile lint check. I don't really like and hadolint has better checks (more real issues, less useless labels). --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ccd0a2..50ceb36 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,4 +25,3 @@ repos: rev: v0.3.0 hooks: - id: hadolint - - id: dockerfile-lint -- GitLab