From da4ffc2e5516b920afcda51d59363f406526fcde Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Wed, 14 Oct 2020 09:48:08 +0100 Subject: [PATCH] ci: Remove shellcheck diff Signed-off-by: Ryan Northey --- tools/code_format/check_shellcheck_format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/code_format/check_shellcheck_format.sh b/tools/code_format/check_shellcheck_format.sh index 3edab648625f..3a3a424d4af4 100755 --- a/tools/code_format/check_shellcheck_format.sh +++ b/tools/code_format/check_shellcheck_format.sh @@ -19,7 +19,7 @@ run_shellcheck_on () { local file file="$1" echo "Shellcheck: ${file}" - shellcheck -f diff -x "$file" + shellcheck -x "$file" } run_shellchecks () {