Add support for Rails 7.2 #4
Annotations
10 errors and 3 warnings
runner / rubocop:
lib/apartment.rb#L64
[rubocop] reported by reviewdog 🐶
[Correctable] Style/RedundantParentheses: Don't use parentheses around a logical expression.
Raw Output:
lib/apartment.rb:64:7: C: [Correctable] Style/RedundantParentheses: Don't use parentheses around a logical expression.
(tenants_with_config[tenant] || connection_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
runner / rubocop:
lib/apartment/adapters/sqlite3_adapter.rb#L43
[rubocop] reported by reviewdog 🐶
[Correctable] Style/SuperWithArgsParentheses: Use parentheses for super with arguments.
Raw Output:
lib/apartment/adapters/sqlite3_adapter.rb:43:9: C: [Correctable] Style/SuperWithArgsParentheses: Use parentheses for super with arguments.
super database_file(tenant)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
runner / rubocop:
lib/apartment/elevators/host_hash.rb#L12
[rubocop] reported by reviewdog 🐶
[Correctable] Style/SuperWithArgsParentheses: Use parentheses for super with arguments.
Raw Output:
lib/apartment/elevators/host_hash.rb:12:9: C: [Correctable] Style/SuperWithArgsParentheses: Use parentheses for super with arguments.
super app, processor
^^^^^^^^^^^^^^^^^^^^
|
runner / rubocop:
lib/apartment/log_subscriber.rb#L11
[rubocop] reported by reviewdog 🐶
[Correctable] Style/SuperArguments: Call super without arguments and parentheses when the signature is identical.
Raw Output:
lib/apartment/log_subscriber.rb:11:7: C: [Correctable] Style/SuperArguments: Call super without arguments and parentheses when the signature is identical.
super(event)
^^^^^^^^^^^^
|
runner / rubocop:
lib/apartment/log_subscriber.rb#L17
[rubocop] reported by reviewdog 🐶
[Correctable] Style/ArgumentsForwarding: Use anonymous block arguments forwarding (&).
Raw Output:
lib/apartment/log_subscriber.rb:17:31: C: [Correctable] Style/ArgumentsForwarding: Use anonymous block arguments forwarding (&).
def debug(progname = nil, &block)
^^^^^^
|
runner / rubocop:
lib/apartment/log_subscriber.rb#L20
[rubocop] reported by reviewdog 🐶
[Correctable] Style/SuperArguments: Call super without arguments and parentheses when the signature is identical.
Raw Output:
lib/apartment/log_subscriber.rb:20:7: C: [Correctable] Style/SuperArguments: Call super without arguments and parentheses when the signature is identical.
super(progname, &block)
^^^^^^^^^^^^^^^^^^^^^^^
|
runner / rubocop:
lib/apartment/log_subscriber.rb#L20
[rubocop] reported by reviewdog 🐶
[Correctable] Style/ArgumentsForwarding: Use anonymous block arguments forwarding (&).
Raw Output:
lib/apartment/log_subscriber.rb:20:23: C: [Correctable] Style/ArgumentsForwarding: Use anonymous block arguments forwarding (&).
super(progname, &block)
^^^^^^
|
runner / rubocop:
spec/dummy/config/initializers/backtrace_silencers.rb#L2
[rubocop] reported by reviewdog 🐶
[Correctable] Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
Raw Output:
spec/dummy/config/initializers/backtrace_silencers.rb:2:1: C: [Correctable] Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
# Be sure to restart your server when you modify this file.
^
|
runner / rubocop:
spec/dummy/config/initializers/inflections.rb#L2
[rubocop] reported by reviewdog 🐶
[Correctable] Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
Raw Output:
spec/dummy/config/initializers/inflections.rb:2:1: C: [Correctable] Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
# Be sure to restart your server when you modify this file.
^
|
runner / rubocop
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
runner / rubocop
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
runner / rubocop
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
runner / rubocop
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|