Skip to content

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

add only_changed input to run rubocop only against changed files

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

Triggered via pull request July 12, 2024 19:55
Status Success
Total duration 31s
Artifacts

ci.yml

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

Annotations

9 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.
test-skip-install-and-use-bundler: test/only_changed/few_relevant/mock_bins/rubocop#L1
[rubocop] reported by reviewdog 🐶 Missing frozen string literal comment. Raw Output: test/only_changed/few_relevant/mock_bins/rubocop:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
test-skip-install-and-use-bundler: test/only_changed/few_relevant/mock_bins/rubocop#L6
[rubocop] reported by reviewdog 🐶 Line is too long. [133/120] Raw Output: test/only_changed/few_relevant/mock_bins/rubocop:6:121: C: Layout/LineLength: Line is too long. [133/120]
test-skip-install-and-use-bundler: test/only_changed/nothing_relevant/mock_bins/rubocop#L1
[rubocop] reported by reviewdog 🐶 Missing frozen string literal comment. Raw Output: test/only_changed/nothing_relevant/mock_bins/rubocop:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
test-skip-install-and-use-bundler: test/only_changed/too_many_relevant/mock_bins/rubocop#L1
[rubocop] reported by reviewdog 🐶 Missing frozen string literal comment. Raw Output: test/only_changed/too_many_relevant/mock_bins/rubocop:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
test-skip-install-and-use-bundler: test/only_changed/too_many_relevant/mock_bins/rubocop#L6
[rubocop] reported by reviewdog 🐶 Line is too long. [128/120] Raw Output: test/only_changed/too_many_relevant/mock_bins/rubocop:6:121: C: Layout/LineLength: Line is too long. [128/120]