Skip to content

Commit

Permalink
Always use the latest version of rubocop_todo_corrector gem (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura authored Aug 17, 2022
1 parent 5932cf6 commit 2cc5e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
fi
fi
gem install --no-document rubocop_todo_corrector:0.14.0
gem install --no-document rubocop_todo_corrector
if [ "${{ inputs.ignore }}" == "true" ]; then
if [ -z "${{ inputs.cop_name }}" ]; then
Expand Down

0 comments on commit 2cc5e9f

Please sign in to comment.