From ad752b13b181e17ab0a8331afbd41b1e8603209d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 6 Aug 2026 05:27:17 +0200 Subject: [PATCH] fix: ignores hadolint DL3018/DL3066/SC2016 dans .lintstagedrc --- .lintstagedrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lintstagedrc b/.lintstagedrc index 2a86acc..9e46dfa 100644 --- a/.lintstagedrc +++ b/.lintstagedrc @@ -5,7 +5,7 @@ "*.jsx": ["prettier --write"], "*.tsx": ["prettier --write"], "*.php": ["php-cs-fixer fix --config .php-cs-fixer.php"], - "Dockerfile": ["hadolint --ignore DL3002 --ignore DL3003 --ignore DL3008 --ignore DL3013 --ignore DL3016 --ignore DL3022"], + "Dockerfile": ["hadolint --ignore DL3002 --ignore DL3003 --ignore DL3008 --ignore DL3013 --ignore DL3016 --ignore DL3018 --ignore DL3022 --ignore DL3066 --ignore SC2016"], "*.md": ["markdownlint --fix"], "*openapi.json": ["spectral lint"], "*.tf": ["tflint"]