Skip to content

Add side_by_side mode to update_materialized_view #387

Add side_by_side mode to update_materialized_view

Add side_by_side mode to update_materialized_view #387

Triggered via pull request November 19, 2024 23:59
Status Failure
Total duration 1m 38s
Artifacts

ci.yml

on: pull_request
Lint with Standard
14s
Lint with Standard
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint with Standard: Gemfile#L9
Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
Lint with Standard: Gemfile#L9
Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
Lint with Standard: lib/scenic/adapters/postgres.rb#L174
Lint/UselessAssignment: Useless assignment to variable - `drop_name`. Did you mean `old_name`?
Lint with Standard: lib/scenic/adapters/postgres/indexes.rb#L49
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.
Lint with Standard: lib/scenic/index.rb#L47
Layout/IndentationWidth: Use 2 (not 9) spaces for indentation.
Lint with Standard: lib/scenic/index.rb#L48
Layout/ElseAlignment: Align `else` with `type`.
Lint with Standard: lib/scenic/index.rb#L50
Layout/EndAlignment: `end` at 50, 13 is not aligned with `type = if` at 46, 6.
Lint with Standard: lib/scenic/index.rb#L62
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.
Lint with Standard: lib/scenic/statements.rb#L45
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.
Lint with Standard: lib/scenic/statements.rb#L124
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.