Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ruby and rubocop #117

Merged
merged 1 commit into from
Jul 20, 2024

Update ruby and rubocop

5dfb256
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Update ruby and rubocop #117

Update ruby and rubocop
5dfb256
Select commit
Loading
Failed to load commit list.
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'].