Add side_by_side mode to update_materialized_view #387
ci.yml
on: pull_request
Lint with Standard
14s
Matrix: build
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.
|