Check Run refactoring #119
ruby.yml
on: pull_request
Rubocop
16s
Unit Tests
1m 21s
Annotations
1 error and 8 warnings
Rubocop
Process completed with exit code 1.
|
Rubocop:
db/migrate/20231211082838_create_stage_config.rb#L30
[rubocop] reported by reviewdog 🐶
Align the arguments of a method call if they span more than one line. (https://rubystyle.guide#no-double-indent)
Raw Output:
db/migrate/20231211082838_create_stage_config.rb:30:37: C: Layout/ArgumentAlignment: Align the arguments of a method call if they span more than one line. (https://rubystyle.guide#no-double-indent)
|
Rubocop:
db/migrate/20231211082838_create_stage_config.rb#L30
[rubocop] reported by reviewdog 🐶
Align the keys of a hash literal if they span more than one line.
Raw Output:
db/migrate/20231211082838_create_stage_config.rb:30:37: C: Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
|
Rubocop:
db/migrate/20231211082838_create_stage_config.rb#L31
[rubocop] reported by reviewdog 🐶
Align the arguments of a method call if they span more than one line. (https://rubystyle.guide#no-double-indent)
Raw Output:
db/migrate/20231211082838_create_stage_config.rb:31:37: C: Layout/ArgumentAlignment: Align the arguments of a method call if they span more than one line. (https://rubystyle.guide#no-double-indent)
|
Rubocop:
db/migrate/20231211082838_create_stage_config.rb#L31
[rubocop] reported by reviewdog 🐶
Align the keys of a hash literal if they span more than one line.
Raw Output:
db/migrate/20231211082838_create_stage_config.rb:31:37: C: Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
|
Rubocop:
db/migrate/20231211082838_create_stage_config.rb#L32
[rubocop] reported by reviewdog 🐶
Align the arguments of a method call if they span more than one line. (https://rubystyle.guide#no-double-indent)
Raw Output:
db/migrate/20231211082838_create_stage_config.rb:32:37: C: Layout/ArgumentAlignment: Align the arguments of a method call if they span more than one line. (https://rubystyle.guide#no-double-indent)
|
Rubocop:
db/migrate/20231211082838_create_stage_config.rb#L32
[rubocop] reported by reviewdog 🐶
Align the keys of a hash literal if they span more than one line.
Raw Output:
db/migrate/20231211082838_create_stage_config.rb:32:37: C: Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
|
Rubocop:
db/migrate/20231211082838_create_stage_config.rb#L33
[rubocop] reported by reviewdog 🐶
Align the arguments of a method call if they span more than one line. (https://rubystyle.guide#no-double-indent)
Raw Output:
db/migrate/20231211082838_create_stage_config.rb:33:37: C: Layout/ArgumentAlignment: Align the arguments of a method call if they span more than one line. (https://rubystyle.guide#no-double-indent)
|
Rubocop:
db/migrate/20231211082838_create_stage_config.rb#L33
[rubocop] reported by reviewdog 🐶
Align the keys of a hash literal if they span more than one line.
Raw Output:
db/migrate/20231211082838_create_stage_config.rb:33:37: C: Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
|