Skip to content

Update ruby and rubocop #89

Update ruby and rubocop

Update ruby and rubocop #89

GitHub Actions / rubocop succeeded Jul 18, 2024 in 0s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (6)

test/only_changed/few_relevant/files/a.rb|1 col 1| Missing frozen string literal comment.
test/only_changed/few_relevant/files/a.rb|1 col 6| Prefer string interpolation to string concatenation.
test/only_changed/few_relevant/files/a.rb|1 col 6| Prefer single-quoted strings when you don't need string interpolation or special symbols.
test/only_changed/few_relevant/files/a.rb|1 col 18| Prefer single-quoted strings when you don't need string interpolation or special symbols.
test/only_changed/few_relevant/mock_bins/rubocop|10 col 15| Use ENV.fetch('GITHUB_ACTION_PATH') or ENV.fetch('GITHUB_ACTION_PATH', nil) instead of ENV['GITHUB_ACTION_PATH'].
test/only_changed/too_many_relevant/mock_bins/rubocop|10 col 15| Use ENV.fetch('GITHUB_ACTION_PATH') or ENV.fetch('GITHUB_ACTION_PATH', nil) instead of ENV['GITHUB_ACTION_PATH'].