WatchDog #376
Annotations
1 error and 2 warnings
rubocop
Process completed with exit code 1.
|
rubocop:
lib/github/build/action.rb#L10
[rubocop] reported by reviewdog 🐶
Line is too long. [127/120] (https://rubystyle.guide#max-line-length)
Raw Output:
lib/github/build/action.rb:10:121: C: Layout/LineLength: Line is too long. [127/120] (https://rubystyle.guide#max-line-length)
|
rubocop:
lib/github/update_status.rb#L61
[rubocop] reported by reviewdog 🐶
Extra blank line detected. (https://rubystyle.guide#two-or-more-empty-lines)
Raw Output:
lib/github/update_status.rb:61:1: C: Layout/EmptyLines: Extra blank line detected. (https://rubystyle.guide#two-or-more-empty-lines)
|
Loading