Skip to content

Bump version to 2.13.0 #8

Bump version to 2.13.0

Bump version to 2.13.0 #8

Triggered via push December 3, 2024 15:49
Status Success
Total duration 2m 27s
Artifacts

main.yml

on: push
Matrix: rails / rspec
Fit to window
Zoom out
Zoom in

Annotations

50 errors and 15 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#L58: lib/apartment.rb#L58
[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.
[rubocop] spec/integration/apartment_rake_integration_spec.rb#L50: spec/integration/apartment_rake_integration_spec.rb#L50
[Correctable] RSpec/ScatteredLet: Group all let/let! blocks in the example group together.
[rubocop] spec/unit/migrator_spec.rb#L10: spec/unit/migrator_spec.rb#L10
RSpec/ScatteredSetup: Do not define multiple before hooks in the same example group (also defined on line 12).
[rubocop] spec/unit/migrator_spec.rb#L12: spec/unit/migrator_spec.rb#L12
[Correctable] RSpec/ScatteredSetup: Do not define multiple before hooks in the same example group (also defined on line 10).
[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#L58: lib/apartment.rb#L58
[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.
[rubocop] spec/integration/apartment_rake_integration_spec.rb#L50: spec/integration/apartment_rake_integration_spec.rb#L50
[Correctable] RSpec/ScatteredLet: Group all let/let! blocks in the example group together.
[rubocop] spec/unit/migrator_spec.rb#L10: spec/unit/migrator_spec.rb#L10
RSpec/ScatteredSetup: Do not define multiple before hooks in the same example group (also defined on line 12).
[rubocop] spec/unit/migrator_spec.rb#L12: spec/unit/migrator_spec.rb#L12
[Correctable] RSpec/ScatteredSetup: Do not define multiple before hooks in the same example group (also defined on line 10).
[rubocop] spec/adapters/sqlite3_adapter_spec.rb#L28: spec/adapters/sqlite3_adapter_spec.rb#L28
Lint/NonAtomicFileOperation: Use atomic file operation method FileUtils.rm_f.
[rubocop] spec/adapters/sqlite3_adapter_spec.rb#L28: spec/adapters/sqlite3_adapter_spec.rb#L28
[Correctable] Lint/NonAtomicFileOperation: Remove unnecessary existence check File.exist?.
[rubocop] spec/adapters/sqlite3_adapter_spec.rb#L28: spec/adapters/sqlite3_adapter_spec.rb#L28
Lint/NonAtomicFileOperation: Use atomic file operation method FileUtils.rm_f.
[rubocop] spec/adapters/sqlite3_adapter_spec.rb#L28: spec/adapters/sqlite3_adapter_spec.rb#L28
[Correctable] Lint/NonAtomicFileOperation: Remove unnecessary existence check File.exist?.
rails / rspec (3.2, 8_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_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.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.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_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.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 (3.3, 8_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.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.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.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.2, 7_1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636