Skip to content

Commit 5f19c0b

Browse files
author
Mattia Roccoberton
committed
Remove Reek from linters GH action
1 parent ff45a79 commit 5f19c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
env:
3232
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
run: |
34-
reviewdog -fail-on-error -reporter=github-pr-review -runners=brakeman,fasterer,reek,rubocop
34+
reviewdog -fail-on-error -reporter=github-pr-review -runners=brakeman,fasterer,rubocop
3535
3636
# NOTE: check with: reviewdog -fail-on-error -reporter=github-pr-review -runners=fasterer -diff="git diff" -tee

0 commit comments

Comments
 (0)