Skip to content

Export worktime csv without internal description. (64960) #522

Export worktime csv without internal description. (64960)

Export worktime csv without internal description. (64960) #522

Triggered via pull request December 23, 2025 08:11
Status Failure
Total duration 6m 15s
Artifacts

test-on-pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 8 notices
test / minitest
Process completed with exit code 134.
[rubocop] app/controllers/concerns/worktimes_csv.rb#L30 <Layout/ArrayAlignment>: app/controllers/concerns/worktimes_csv.rb#L30
Align the elements of an array literal if they span more than one line.
[rubocop] app/controllers/concerns/worktimes_csv.rb#L31 <Style/IfUnlessModifier>: app/controllers/concerns/worktimes_csv.rb#L31
Favor modifier `unless` usage when having a single-line body. Another good alternative is the usage of control flow `&&`/`||`.
[rubocop] app/controllers/concerns/worktimes_csv.rb#L39 <Layout/ArrayAlignment>: app/controllers/concerns/worktimes_csv.rb#L39
Align the elements of an array literal if they span more than one line.
[rubocop] app/controllers/concerns/worktimes_csv.rb#L40 <Layout/ArrayAlignment>: app/controllers/concerns/worktimes_csv.rb#L40
Align the elements of an array literal if they span more than one line.
[rubocop] app/controllers/concerns/worktimes_csv.rb#L41 <Layout/ArrayAlignment>: app/controllers/concerns/worktimes_csv.rb#L41
Align the elements of an array literal if they span more than one line.
[rubocop] app/controllers/concerns/worktimes_csv.rb#L42 <Style/IfUnlessModifier>: app/controllers/concerns/worktimes_csv.rb#L42
Favor modifier `unless` usage when having a single-line body. Another good alternative is the usage of control flow `&&`/`||`.
[rubocop] app/controllers/order_services_controller.rb#L36 <Style/StringLiterals>: app/controllers/order_services_controller.rb#L36
Prefer single-quoted strings when you don't need string interpolation or special symbols.