Test #108
ci.yml
on: pull_request
test-skip-install-and-use-bundler
24s
test-only_changed
4s
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]
|