Skip to content

[#57024] Relative value macros for work package descriptions #746

[#57024] Relative value macros for work package descriptions

[#57024] Relative value macros for work package descriptions #746

GitHub Actions / rubocop failed Sep 2, 2024 in 0s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (2)

lib/open_project/text_formatting/matchers/attribute_macros.rb|73 col 7| Assignment Branch Condition size for process_match is too high. [<4, 21, 7> 22.49/17]
lib/open_project/text_formatting/matchers/attribute_macros.rb|73 col 7| Perceived complexity for process_match is too high. [9/8]

Filtered Findings (1)

spec/lib/open_project/text_formatting/markdown/attribute_macros_spec.rb|32 col 1| Spec path should end with open_project/text_formatting*_spec.rb.

Annotations

Check notice on line 93 in lib/open_project/text_formatting/matchers/attribute_macros.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] lib/open_project/text_formatting/matchers/attribute_macros.rb#L73-L93 <Metrics/AbcSize>

Assignment Branch Condition size for process_match is too high. [<4, 21, 7> 22.49/17]
Raw output
lib/open_project/text_formatting/matchers/attribute_macros.rb:73:7: C: Metrics/AbcSize: Assignment Branch Condition size for process_match is too high. [<4, 21, 7> 22.49/17]

Check notice on line 93 in lib/open_project/text_formatting/matchers/attribute_macros.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] lib/open_project/text_formatting/matchers/attribute_macros.rb#L73-L93 <Metrics/PerceivedComplexity>

Perceived complexity for process_match is too high. [9/8]
Raw output
lib/open_project/text_formatting/matchers/attribute_macros.rb:73:7: C: Metrics/PerceivedComplexity: Perceived complexity for process_match is too high. [9/8]