Test #83
ci.yml
on: pull_request
test-skip-install-and-use-bundler
26s
test-only-changed
5s
Annotations
1 error and 9 warnings
test-only-changed
Process completed with exit code 128.
|
test-skip-install-and-use-bundler:
a.rb#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
a.rb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
test-skip-install-and-use-bundler:
a.rb#L1
[rubocop] reported by reviewdog 🐶
Prefer string interpolation to string concatenation.
Raw Output:
a.rb:1:6: C: Style/StringConcatenation: Prefer string interpolation to string concatenation.
|
test-skip-install-and-use-bundler:
a.rb#L1
[rubocop] reported by reviewdog 🐶
Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw Output:
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:
a.rb#L1
[rubocop] reported by reviewdog 🐶
Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw Output:
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_checked/files/a.rb#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
test/only_checked/files/a.rb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
test-skip-install-and-use-bundler:
test/only_checked/files/a.rb#L1
[rubocop] reported by reviewdog 🐶
Prefer string interpolation to string concatenation.
Raw Output:
test/only_checked/files/a.rb:1:6: C: Style/StringConcatenation: Prefer string interpolation to string concatenation.
|
test-skip-install-and-use-bundler:
test/only_checked/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_checked/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_checked/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_checked/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_checked/mock_bins/rubocop#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
test/only_checked/mock_bins/rubocop:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|