Skip to content

Commit

Permalink
remove filter from reviewdog (not functioning correctly somehow..)
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Jun 30, 2024
1 parent 4bc1ac5 commit b5c012e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

clu lint | reviewdog -efm="%f:%l: %m" \
-name="linter-name (clu)" \
-reporter="github-pr-review"
-reporter="github-pr-review" \
-filter-mode="nofiter"

0 comments on commit b5c012e

Please sign in to comment.