Checkout Code error in GitHub Checks #395
ruby.yml
on: pull_request
Rubocop
35s
Unit Tests
1m 33s
Annotations
2 errors and 2 warnings
|
Rubocop
Process completed with exit code 1.
|
|
Unit Tests
Process completed with exit code 1.
|
|
Rubocop:
lib/github/update_status.rb#L158
[rubocop] reported by reviewdog 🐶
Redundant line continuation.
Raw Output:
lib/github/update_status.rb:158:28: C: Style/RedundantLineContinuation: Redundant line continuation.
|
|
Rubocop:
lib/github/update_status.rb#L158
[rubocop] reported by reviewdog 🐶
Use one space in front of backslash.
Raw Output:
lib/github/update_status.rb:158:28: C: Layout/LineContinuationSpacing: Use one space in front of backslash.
|