From 5cfc3ac09caff3819e4219dafcd9739529bfc228 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Wed, 23 Oct 2019 10:19:26 -0500 Subject: [PATCH] fixed code --- lib/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/entrypoint.sh b/lib/entrypoint.sh index 1d215cc1..3b7ed71d 100755 --- a/lib/entrypoint.sh +++ b/lib/entrypoint.sh @@ -289,7 +289,7 @@ LintJsonFiles() ################################# # Get list of all files to lint # ################################# - # shellcheck disable=SC2207 + # shellcheck disable=SC2207,SC2164 LIST_FILES=($(cd "$GITHUB_WORKSPACE"; find . -type f -name "*.json" 2>&1)) ##################