From 68b969da123cbc906742c90e7cdb9e19d08d1200 Mon Sep 17 00:00:00 2001 From: Paul Cothenet Date: Tue, 13 Sep 2022 19:52:00 -0700 Subject: [PATCH] Cleanup --- script.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/script.sh b/script.sh index 7374765..aaf03c7 100755 --- a/script.sh +++ b/script.sh @@ -99,15 +99,7 @@ else fi echo '::group:: Running haml-lint with reviewdog 🐶 ...' -# shellcheck disable=SC2086 -# ${BUNDLE_EXEC}rubocop ${INPUT_RUBOCOP_FLAGS} --require ${GITHUB_ACTION_PATH}/rdjson_formatter/rdjson_formatter.rb --format RdjsonFormatter \ -# | reviewdog -f=rdjson \ -# -name="${INPUT_TOOL_NAME}" \ -# -reporter="${INPUT_REPORTER}" \ -# -filter-mode="${INPUT_FILTER_MODE}" \ -# -fail-on-error="${INPUT_FAIL_ON_ERROR}" \ -# -level="${INPUT_LEVEL}" \ -# ${INPUT_REVIEWDOG_FLAGS} +echo "haml-lint ${INPUT_HAML_LINT_FLAGS} ." # shellcheck disable=SC2046 # shellcheck disable=SC2086