Add side_by_side mode to update_materialized_view #405
Annotations
6 errors and 1 warning
Run standardrb:
lib/scenic/adapters/postgres/index_migration.rb#L44
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Run standardrb:
lib/scenic/adapters/postgres/index_migration.rb#L50
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.
|
Run standardrb:
lib/scenic/adapters/postgres/indexes.rb#L47
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.
|
Run standardrb:
spec/scenic/adapters/postgres/index_creation_spec.rb#L7
Lint/UselessAssignment: Useless assignment to variable - `adapter`.
|
Run standardrb:
spec/scenic/adapters/postgres/index_migration_spec.rb#L7
Lint/UselessAssignment: Useless assignment to variable - `adapter`.
|
Run standardrb:
spec/support/dummy_speaker.rb#L11
Style/TrivialAccessors: Use `attr_reader` to define trivial reader methods.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading