Skip to content

Commit

Permalink
Fixed outdated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-mccutchen authored Feb 1, 2024
1 parent 3f78d9e commit 4ad24e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}\""
Expand Down

0 comments on commit 4ad24e7

Please sign in to comment.