Article Versions squash #107
Annotations
10 errors and 1 warning
test:
app/controllers/suppliers_controller.rb#L67
Style/OpenStructUse: Avoid using `OpenStruct`; use `Struct`, `Hash`, a class or test doubles instead.
|
test:
app/documents/order_matrix.rb#L14
Metrics/AbcSize: Assignment Branch Condition size for body is too high. [<54, 133, 12> 144.0/143]
|
test:
app/helpers/application_helper.rb#L3
Metrics/ModuleLength: Module has too many lines. [193/190]
|
test:
app/helpers/orders_helper.rb#L96
Lint/BinaryOperatorWithIdenticalOperands: Binary operator `==` has identical operands.
|
test:
app/helpers/orders_helper_BACKUP_35545.rb#L34
Lint/Syntax: unexpected token tLSHFT
(Using Ruby 2.6 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)
|
test:
app/helpers/orders_helper_BACKUP_35545.rb#L40
Lint/Syntax: unexpected token tEQQ
(Using Ruby 2.6 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)
|
test:
app/helpers/orders_helper_BACKUP_35545.rb#L49
Lint/Syntax: unexpected token tRSHFT
(Using Ruby 2.6 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)
|
test:
app/helpers/orders_helper_BACKUP_35545.rb#L172
Lint/Syntax: unexpected token tLSHFT
(Using Ruby 2.6 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)
|
test:
app/helpers/orders_helper_BACKUP_35545.rb#L176
Lint/Syntax: unexpected token tEQQ
(Using Ruby 2.6 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)
|
test:
app/helpers/orders_helper_BACKUP_35545.rb#L180
Lint/Syntax: unexpected token tRSHFT
(Using Ruby 2.6 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)
|
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/
|