Add env var to run specs only for one database #1
Annotations
36 errors and 14 warnings
[rubocop] Rakefile#L147:
Rakefile#L147
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
[rubocop] lib/apartment.rb#L68:
lib/apartment.rb#L68
[Correctable] Style/RedundantParentheses: Don't use parentheses around a logical expression.
|
[rubocop] lib/apartment/active_record/postgres/schema_dumper.rb#L1:
lib/apartment/active_record/postgres/schema_dumper.rb#L1
[Correctable] Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
[rubocop] lib/apartment/active_record/postgres/schema_dumper.rb#L4:
lib/apartment/active_record/postgres/schema_dumper.rb#L4
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
[rubocop] lib/apartment/active_record/postgres/schema_dumper.rb#L5:
lib/apartment/active_record/postgres/schema_dumper.rb#L5
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
[rubocop] lib/apartment/active_record/postgres/schema_dumper.rb#L7:
lib/apartment/active_record/postgres/schema_dumper.rb#L7
Style/Documentation: Missing top-level documentation comment for class ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaDumper.
|
[rubocop] lib/apartment/active_record/postgres/schema_dumper.rb#L7:
lib/apartment/active_record/postgres/schema_dumper.rb#L7
[Correctable] Style/ClassAndModuleChildren: Use nested module/class definitions instead of compact style.
|
[rubocop] lib/apartment/active_record/postgres/schema_dumper.rb#L8:
lib/apartment/active_record/postgres/schema_dumper.rb#L8
[Correctable] Style/Alias: Use alias instead of alias_method in a class body.
|
[rubocop] lib/apartment/adapters/sqlite3_adapter.rb#L43:
lib/apartment/adapters/sqlite3_adapter.rb#L43
[Correctable] Style/SuperWithArgsParentheses: Use parentheses for super with arguments.
|
[rubocop] lib/apartment/elevators/host_hash.rb#L12:
lib/apartment/elevators/host_hash.rb#L12
[Correctable] Style/SuperWithArgsParentheses: Use parentheses for super with arguments.
|
[rubocop] lib/apartment/log_subscriber.rb#L11:
lib/apartment/log_subscriber.rb#L11
[Correctable] Style/SuperArguments: Call super without arguments and parentheses when the signature is identical.
|
[rubocop] lib/apartment/log_subscriber.rb#L17:
lib/apartment/log_subscriber.rb#L17
[Correctable] Style/ArgumentsForwarding: Use anonymous block arguments forwarding (&).
|
[rubocop] lib/apartment/log_subscriber.rb#L20:
lib/apartment/log_subscriber.rb#L20
[Correctable] Style/SuperArguments: Call super without arguments and parentheses when the signature is identical.
|
[rubocop] lib/apartment/log_subscriber.rb#L20:
lib/apartment/log_subscriber.rb#L20
[Correctable] Style/ArgumentsForwarding: Use anonymous block arguments forwarding (&).
|
[rubocop] lib/apartment/migrator.rb#L7:
lib/apartment/migrator.rb#L7
[Correctable] Style/ModuleFunction: Use module_function instead of extend self.
|
[rubocop] lib/apartment/migrator.rb#L45:
lib/apartment/migrator.rb#L45
[Correctable] Layout/EmptyLinesAroundModuleBody: Extra empty line detected at module body end.
|
[rubocop] spec/dummy/config/initializers/backtrace_silencers.rb#L2:
spec/dummy/config/initializers/backtrace_silencers.rb#L2
[Correctable] Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
|
[rubocop] spec/dummy/config/initializers/inflections.rb#L2:
spec/dummy/config/initializers/inflections.rb#L2
[Correctable] Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
|
[rubocop] spec/dummy/config/initializers/mime_types.rb#L2:
spec/dummy/config/initializers/mime_types.rb#L2
[Correctable] Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
|
[rubocop] spec/dummy_engine/test/dummy/config/initializers/backtrace_silencers.rb#L2:
spec/dummy_engine/test/dummy/config/initializers/backtrace_silencers.rb#L2
[Correctable] Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
|
[rubocop] spec/dummy_engine/test/dummy/config/initializers/inflections.rb#L2:
spec/dummy_engine/test/dummy/config/initializers/inflections.rb#L2
[Correctable] Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
|
[rubocop] spec/dummy_engine/test/dummy/config/initializers/mime_types.rb#L2:
spec/dummy_engine/test/dummy/config/initializers/mime_types.rb#L2
[Correctable] Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
|
rails / rspec (jruby, 7_0)
The process '/home/runner/.rubies/jruby-9.4.9.0/bin/bundle' failed with exit code 6
|
rails / rspec (3.1, 7_0)
Process completed with exit code 1.
|
rails / rspec (3.2, 7_0)
Process completed with exit code 1.
|
rails / rspec (3.1, 6_1)
Process completed with exit code 1.
|
rails / rspec (3.2, 6_1)
Process completed with exit code 1.
|
rails / rspec (3.3, 6_1)
Process completed with exit code 1.
|
rails / rspec (3.2, 7_1)
Process completed with exit code 1.
|
rails / rspec (3.1, 7_2)
Process completed with exit code 1.
|
rails / rspec (3.3, 7_2)
Process completed with exit code 1.
|
rails / rspec (3.2, 7_2)
Process completed with exit code 1.
|
rails / rspec (3.3, 7_1)
Process completed with exit code 1.
|
rails / rspec (3.3, 7_0)
Process completed with exit code 1.
|
rails / rspec (3.1, 7_1)
Process completed with exit code 1.
|
rails / rspec (jruby, 6_1)
Process completed with exit code 1.
|
rails / rspec (jruby, 7_0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rails / rspec (3.1, 7_0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rails / rspec (3.2, 7_0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rails / rspec (3.1, 6_1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rails / rspec (3.2, 6_1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rails / rspec (3.3, 6_1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rails / rspec (3.2, 7_1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rails / rspec (3.1, 7_2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rails / rspec (3.3, 7_2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rails / rspec (3.2, 7_2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rails / rspec (3.3, 7_1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rails / rspec (3.3, 7_0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rails / rspec (3.1, 7_1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rails / rspec (jruby, 6_1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|