Skip to content

Commit

Permalink
Merge pull request #114 from reviewdog/stylelint-stderr-stdout
Browse files Browse the repository at this point in the history
Stylelint 16: STDERR Problem Output
  • Loading branch information
haya14busa authored Feb 5, 2024
2 parents 4a97984 + df6e28f commit a263144
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 @@ -16,7 +16,7 @@ __run_stylelint() {
cmd="${cmd} --ignore-pattern='${INPUT_STYLELINT_IGNORE}'"
fi

npx --no-install -c "${cmd}"
npx --no-install -c "${cmd}" 2>&1
}

__run_reviewdog() {
Expand Down

0 comments on commit a263144

Please sign in to comment.