First draft of #31 #108
Annotations
10 errors and 2 warnings
Run RuboCop:
app/controllers/articles_controller.rb#L1
Metrics/ClassLength: Class has too many lines. [329/288]
|
Run RuboCop:
app/controllers/articles_controller.rb#L111
Style/HashEachMethods: Use `each_value` instead of `values.each`.
|
Run RuboCop:
app/controllers/suppliers_controller.rb#L67
Style/OpenStructUse: Avoid using `OpenStruct`; use `Struct`, `Hash`, a class or test doubles instead.
|
Run RuboCop:
app/documents/order_matrix.rb#L14
Metrics/AbcSize: Assignment Branch Condition size for body is too high. [<54, 133, 12> 144.0/143]
|
Run RuboCop:
app/helpers/application_helper.rb#L3
Metrics/ModuleLength: Module has too many lines. [193/190]
|
Run RuboCop:
app/helpers/orders_helper.rb#L96
Lint/BinaryOperatorWithIdenticalOperands: Binary operator `==` has identical operands.
|
Run RuboCop:
app/models/article.rb#L147
Lint/UselessAssignment: Useless assignment to variable - `new_unit_quantity`.
|
Run RuboCop:
app/models/article_version.rb#L142
Style/MapToHash: Pass a block to `to_h` instead of calling `map.to_h`.
|
Run RuboCop:
app/models/order.rb#L1
Metrics/ClassLength: Class has too many lines. [289/288]
|
Run RuboCop:
db_shared/schema.rb#L13
Style/NumericLiterals: Use underscores(_) as thousands separator and separate every 3 digits with them.
|
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/.
|
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/
|
The logs for this run have expired and are no longer available.
Loading