Skip to content

chore: bundle update to rails 7.0.8 #586

chore: bundle update to rails 7.0.8

chore: bundle update to rails 7.0.8 #586

Triggered via pull request January 26, 2024 15:46
@yksflipyksflip
synchronize #1038
rails7.0.8
Status Failure
Total duration 40s
Artifacts

rubocop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test: Gemfile#L36
Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `prawn` should appear before `uri`.
test: app/controllers/concerns/auth.rb#L64
Style/RedundantParentheses: Don't use parentheses around a logical expression.
test: app/controllers/concerns/auth.rb#L65
Style/RedundantParentheses: Don't use parentheses around a logical expression.
test: app/controllers/concerns/auth.rb#L66
Style/RedundantParentheses: Don't use parentheses around a logical expression.
test: app/controllers/group_order_articles_controller.rb#L5
Layout/ExtraSpacing: Unnecessary spacing detected.
test: app/controllers/group_orders_controller.rb#L100
Style/ReturnNilInPredicateMethodDefinition: Return `false` instead of `nil` in predicate methods.
test: app/controllers/order_articles_controller.rb#L6
Layout/ExtraSpacing: Unnecessary spacing detected.
test: app/helpers/application_helper.rb#L100
Lint/SymbolConversion: Unnecessary symbol conversion; use `:"#{attribute}_desc"` instead.
test: app/helpers/application_helper.rb#L103
Lint/SymbolConversion: Unnecessary symbol conversion; use `:"#{attribute}_short"` instead.
test: app/lib/financial_transactions_csv.rb#L20
Rails/FindEach: Use `find_each` instead of `each`.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
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/