From 045199e2701bb96cf24d779410adcd78b72b881c Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Fri, 19 Jul 2024 17:55:57 -0300 Subject: [PATCH] pre-commit: Follow source'd scripts with shellcheck --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 82bfbcd71..e52b84d7c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,4 +54,5 @@ repos: name: ShellCheck language: system entry: shellcheck + args: ['-x'] files: \.sh$