[Feature] Filter Duplicate Boosts #36
Merged
Annotations
10 errors and 7 warnings
Run rubocop:
app/controllers/api/base_controller.rb#L86
[Correctable] Style/RedundantParentheses: Don't use parentheses around a logical expression.
|
Run rubocop:
app/controllers/api/v1/accounts_controller.rb#L50
[Correctable] Style/RedundantParentheses: Don't use parentheses around a logical expression.
|
Run rubocop:
app/controllers/api/v1/instances/domain_blocks_controller.rb#L18
[Correctable] Style/RedundantParentheses: Don't use parentheses around a logical expression.
|
Run rubocop:
app/helpers/application_helper.rb#L105
[Correctable] Performance/StringIdentifierArgument: Use :"#{action}?" instead of "#{action}?".
|
Run rubocop:
app/helpers/application_helper.rb#L109
[Correctable] Style/RedundantArgument: Argument ' ' is redundant because it is implied by default.
|
Run rubocop:
app/lib/delivery_failure_tracker.rb#L65
[Correctable] Rails/RedundantActiveRecordAllMethod: Redundant all detected. (https://rails.rubystyle.guide/#redundant-all)
|
Run rubocop:
app/lib/feed_manager.rb#L274
[Correctable] Rails/FindEach: Use find_each instead of each. (https://rails.rubystyle.guide#find-each)
|
Run rubocop:
app/lib/feed_manager.rb#L474
[Correctable] Style/RedundantParentheses: Don't use parentheses around a logical expression.
|
Run rubocop:
app/models/account.rb#L454
[Correctable] Performance/StringIdentifierArgument: Use :"#{key}=" instead of "#{key}=".
|
Run rubocop:
app/models/account.rb#L455
[Correctable] Performance/StringIdentifierArgument: Use :"#{original_key}=" instead of "#{original_key}=".
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: r7kamura/rubocop-problem-matchers-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run rubocop:
app/controllers/api/v1/accounts_controller.rb#L50
[Correctable] Lint/RedundantSafeNavigation: Redundant safe navigation with default literal detected.
|
Run rubocop:
app/models/concerns/remotable.rb#L8
[Correctable] Lint/SymbolConversion: Unnecessary symbol conversion; use :"#{attachment_name}_remote_url" instead.
|
Run rubocop:
app/models/trends/history.rb#L40
[Correctable] Lint/RedundantSafeNavigation: Redundant safe navigation with default literal detected.
|
Run rubocop:
app/models/user_settings/setting.rb#L65
[Correctable] Lint/SymbolConversion: Unnecessary symbol conversion; use :"#{namespace}.#{name}" instead.
|
Run rubocop:
config/deploy.rb#L23
[Correctable] Lint/SymbolConversion: Unnecessary symbol conversion; use :"#{service}:#{action}" instead.
|
Run rubocop:
spec/models/concerns/remotable_spec.rb#L34
[Correctable] Lint/SymbolConversion: Unnecessary symbol conversion; use :"#{hoge}_remote_url" instead.
|
The logs for this run have expired and are no longer available.
Loading