From d3d1219e7b423928087af830fc4549eac46f8d03 Mon Sep 17 00:00:00 2001 From: Shubhendu Ram Tripathi Date: Fri, 12 Jan 2024 16:02:35 +0530 Subject: [PATCH] Disable shell check for gradlew file(s) Signed-off-by: Shubhendu Ram Tripathi --- .github/workflows/shellsheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shellsheck.yml b/.github/workflows/shellsheck.yml index 0d632b9a..1e8b3b81 100644 --- a/.github/workflows/shellsheck.yml +++ b/.github/workflows/shellsheck.yml @@ -17,4 +17,4 @@ jobs: SHFMT_OPTS: -s # arguments to shfmt. with: sh_checker_comment: true - + sh_checker_exclude: gradlew