Skip to content

add only_changed input to run rubocop only against changed files #106

add only_changed input to run rubocop only against changed files

add only_changed input to run rubocop only against changed files #106

Triggered via pull request July 12, 2024 20:20
Status Success
Total duration 35s
Artifacts

ci.yml

on: pull_request
test-skip-install-and-use-bundler
25s
test-skip-install-and-use-bundler
test-only_changed
3s
test-only_changed
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
test-skip-install-and-use-bundler: test/only_changed/few_relevant/files/a.rb#L1
[rubocop] reported by reviewdog 🐶 Missing frozen string literal comment. Raw Output: test/only_changed/few_relevant/files/a.rb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
test-skip-install-and-use-bundler: test/only_changed/few_relevant/files/a.rb#L1
[rubocop] reported by reviewdog 🐶 Prefer string interpolation to string concatenation. Raw Output: test/only_changed/few_relevant/files/a.rb:1:6: C: Style/StringConcatenation: Prefer string interpolation to string concatenation.
test-skip-install-and-use-bundler: test/only_changed/few_relevant/files/a.rb#L1
[rubocop] reported by reviewdog 🐶 Prefer single-quoted strings when you don't need string interpolation or special symbols. Raw Output: test/only_changed/few_relevant/files/a.rb:1:6: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
test-skip-install-and-use-bundler: test/only_changed/few_relevant/files/a.rb#L1
[rubocop] reported by reviewdog 🐶 Prefer single-quoted strings when you don't need string interpolation or special symbols. Raw Output: test/only_changed/few_relevant/files/a.rb:1:18: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.