diff --git a/hadolint-deprecation.sh b/hadolint-deprecation.sh deleted file mode 100755 index 770c8bb..0000000 --- a/hadolint-deprecation.sh +++ /dev/null @@ -1,8 +0,0 @@ -#! /bin/sh - -echo "Hadolint hooks have been deprecated in favor of upstream" -echo "repo: https://github.com/hadolint/hadolint" -echo "Replace hook 'hadolint' with 'hadolint-docker'" -echo "Replace hook 'hadolint-system' with 'hadolint'" - -exit 1