Graphql: Submit Workflow Execution #6466
Annotations
4 warnings
runner / rubocop:
db/seeds.rb#L172
[rubocop] reported by reviewdog 🐶
Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is.
Raw Output:
db/seeds.rb:172:11: C: Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is.
|
runner / rubocop:
db/seeds.rb#L176
[rubocop] reported by reviewdog 🐶
Indent the right brace the same as the start of the line where the left brace is.
Raw Output:
db/seeds.rb:176:9: C: Layout/FirstHashElementIndentation: Indent the right brace the same as the start of the line where the left brace is.
|
runner / rubocop:
db/seeds.rb#L202
[rubocop] reported by reviewdog 🐶
Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is.
Raw Output:
db/seeds.rb:202:11: C: Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is.
|
runner / rubocop:
db/seeds.rb#L206
[rubocop] reported by reviewdog 🐶
Indent the right brace the same as the start of the line where the left brace is.
Raw Output:
db/seeds.rb:206:9: C: Layout/FirstHashElementIndentation: Indent the right brace the same as the start of the line where the left brace is.
|