Skip to content

feat: Add preview to workflow execution files #7180

feat: Add preview to workflow execution files

feat: Add preview to workflow execution files #7180

Triggered via pull request February 27, 2025 18:16
Status Success
Total duration 1m 3s
Artifacts

linting.yml

on: pull_request
runner / rubocop
52s
runner / rubocop
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
runner / rubocop: app/helpers/excel_helper.rb#L68
[rubocop] reported by reviewdog 🐶 Assignment Branch Condition size for extract_data is too high. [<6, 21, 11> 24.45/20] Raw Output: app/helpers/excel_helper.rb:68:3: C: Metrics/AbcSize: Assignment Branch Condition size for extract_data is too high. [<6, 21, 11> 24.45/20]
runner / rubocop: app/helpers/excel_helper.rb#L68
[rubocop] reported by reviewdog 🐶 Cyclomatic complexity for `extract_data` is too high. [10/7] Raw Output: app/helpers/excel_helper.rb:68:3: C: Metrics/CyclomaticComplexity: Cyclomatic complexity for `extract_data` is too high. [10/7]
runner / rubocop: app/helpers/excel_helper.rb#L68
[rubocop] reported by reviewdog 🐶 Method has too many lines. [18/15] Raw Output: app/helpers/excel_helper.rb:68:3: C: Metrics/MethodLength: Method has too many lines. [18/15]
runner / rubocop: app/helpers/excel_helper.rb#L68
[rubocop] reported by reviewdog 🐶 Perceived complexity for `extract_data` is too high. [11/8] Raw Output: app/helpers/excel_helper.rb:68:3: C: Metrics/PerceivedComplexity: Perceived complexity for `extract_data` is too high. [11/8]