From 76c5e9b7cdb817135587f44371fa760e8e674f44 Mon Sep 17 00:00:00 2001 From: Felix Althaus Date: Wed, 31 Jul 2024 14:34:31 +0200 Subject: [PATCH] [TASK] Add description for shellcheck command Fixes: #1398 --- Build/Scripts/runTests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index 01ccc0b..39aaae6 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -162,6 +162,7 @@ Options: - lintYaml: YAML linting - phpstan: phpstan tests - phpstanGenerateBaseline: regenerate phpstan baseline, handy after phpstan updates + - shellcheck: check runTests.sh for shell issues - unit (default): PHP unit tests - unitRandom: PHP unit tests in random order, add -o to use specific seed