From c8cfd2b62f0eac0297a7e3e55832268f3f5cb133 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 11 Aug 2026 17:45:23 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20sweep=20flotte=20=E2=80=94=20reflow=20es?= =?UTF-8?q?lint/prettier=20(printWidth,=20Boolean(),=20localeCompare,=20st?= =?UTF-8?q?artsWith)=20et=20replication=20des=20libs=20catalogue=20ipIsRou?= =?UTF-8?q?table=20/=20mailRecipients=20/=20notifyMachine.functions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .lintstagedrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.lintstagedrc b/.lintstagedrc index 9e46dfa..56ea52d 100644 --- a/.lintstagedrc +++ b/.lintstagedrc @@ -5,7 +5,9 @@ "*.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 DL3018 --ignore DL3022 --ignore DL3066 --ignore SC2016"], + "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"]