chore(deps): update all non-major bundler dependencies #2950
Annotations
10 errors and 1 warning
Lint:
app/controllers/activities_controller.rb#L64
[Correctable] Rails/ActionOrder: Action show should appear before destroy.
|
Lint:
app/controllers/payments_controller.rb#L6
[Correctable] Rails/RedundantActiveRecordAllMethod: Redundant all detected. (https://rails.rubystyle.guide/#redundant-all)
|
Lint:
app/controllers/price_lists_controller.rb#L11
[Correctable] Rails/RedundantActiveRecordAllMethod: Redundant all detected. (https://rails.rubystyle.guide/#redundant-all)
|
Lint:
app/models/user.rb#L116
[Correctable] Rails/RedundantActiveRecordAllMethod: Redundant all detected. (https://rails.rubystyle.guide/#redundant-all)
|
Lint:
app/models/user.rb#L123
[Correctable] Rails/RedundantActiveRecordAllMethod: Redundant all detected. (https://rails.rubystyle.guide/#redundant-all)
|
Lint:
app/models/user.rb#L124
[Correctable] Rails/WhereRange: Use where(orders: { created_at: from...to }) instead of manually constructing SQL. (https://rails.rubystyle.guide/#where-ranges)
|
Lint:
db/migrate/20180107182815_add_functional_name_to_role.rb#L6
[Correctable] Rails/FindEach: Use find_each instead of each. (https://rails.rubystyle.guide#find-each)
|
Lint:
db/migrate/20180107182815_add_functional_name_to_role.rb#L24
[Correctable] Rails/FindEach: Use find_each instead of each. (https://rails.rubystyle.guide#find-each)
|
Lint:
lib/omniauth/strategies/amber_oauth2.rb#L49
[Correctable] Rails/Pluck: Prefer pluck('id') over map { |group| group['id'] }. (https://rails.rubystyle.guide#pluck)
|
Lint:
spec/controllers/activities_controller/create_invoices_spec.rb#L3
RSpec/SpecFilePathFormat: Spec path should end with activities_controller*_spec.rb. (https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/SpecFilePathFormat)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading