Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Commit 4d20100

Browse files
author
Addon Factory template
committed
fix: ra
1 parent 4f15ec8 commit 4d20100

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

entrypoint.sh

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ echo ::group::reviewdog_output
88

99
go-earlybird -show-solutions -suppress -config=/.go-earlybird/ -ignorefile=/.ge_ignore \
1010
-path=/github/workspace/${INPUT_WORKDIR} -format=json ${INPUT_ARGS} \
11-
| python3 /annotate.py \
12-
| reviewdog -f=rdjson \
13-
-name="linter-name (addonfactory-sample-scanner)" \
14-
-reporter="${INPUT_REPORTER:-github-pr-check}" \
15-
-filter-mode="${INPUT_FILTER_MODE}" \
16-
-fail-on-error="${INPUT_FAIL_ON_ERROR}" \
17-
-level="${INPUT_LEVEL}" \
18-
${INPUT_REVIEWDOG_FLAGS} ; exitCode=$?
11+
| python3 /annotate.py
12+
# \
13+
# | reviewdog -f=rdjson \
14+
# -name="linter-name (addonfactory-sample-scanner)" \
15+
# -reporter="${INPUT_REPORTER:-github-pr-check}" \
16+
# -filter-mode="${INPUT_FILTER_MODE}" \
17+
# -fail-on-error="${INPUT_FAIL_ON_ERROR}" \
18+
# -level="${INPUT_LEVEL}" \
19+
# ${INPUT_REVIEWDOG_FLAGS} ; exitCode=$?
1920

2021
echo "::endgroup::"
2122

0 commit comments

Comments
 (0)