[BUU] Add Unit Scale select #12268
linters.yml
on: pull_request
runner / rubocop
1m 22s
runner / prettier
30s
Annotations
1 error and 4 warnings
runner / rubocop
Process completed with exit code 1.
|
runner / prettier
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
runner / rubocop:
app/services/weights_and_measures.rb#L50
[rubocop] reported by reviewdog 🐶
Redundant `self` detected.
Raw Output:
app/services/weights_and_measures.rb:50:9: C: Style/RedundantSelf: Redundant `self` detected.
|
runner / rubocop:
app/services/weights_and_measures.rb#L53
[rubocop] reported by reviewdog 🐶
Use 2 (not 0) spaces for indenting an expression spanning multiple lines.
Raw Output:
app/services/weights_and_measures.rb:53:7: C: Layout/MultilineMethodCallIndentation: Use 2 (not 0) spaces for indenting an expression spanning multiple lines.
|
runner / rubocop:
app/services/weights_and_measures.rb#L57
[rubocop] reported by reviewdog 🐶
Use 2 (not 0) spaces for indenting an expression spanning multiple lines.
Raw Output:
app/services/weights_and_measures.rb:57:7: C: Layout/MultilineMethodCallIndentation: Use 2 (not 0) spaces for indenting an expression spanning multiple lines.
|