From 4ad24e746b7ebd42afe47b9f461c2b5d57a2f587 Mon Sep 17 00:00:00 2001 From: Bert McCutchen Date: Thu, 1 Feb 2024 11:50:47 -0500 Subject: [PATCH] Fixed outdated comment. --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index 7418ea9..fe222da 100755 --- a/script.sh +++ b/script.sh @@ -20,7 +20,7 @@ __rdformat_filter() { output_links_filter='[\(.warnings.rule)](\(if .warnings.rule | startswith("scss/") then "https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/\(.warnings.rule | split("scss/") | .[1])/README.md" else "https://stylelint.io/user-guide/rules/\(.warnings.rule)" end))' if [ "${INPUT_REPORTER}" = 'github-pr-review' ]; then - # Use jq and github-pr-review reporter to format result to include link to rule page. + # Format results to include link to rule page. echo "${input_filter} | \"${output_filter} ${output_links_filter}\"" else echo "${input_filter} | \"${output_filter}\""