Skip to content

Feature/40437 emoji reactions to work package comments #1588

Feature/40437 emoji reactions to work package comments

Feature/40437 emoji reactions to work package comments #1588

Triggered via pull request October 7, 2024 12:26
Status Success
Total duration 1m 1s
Artifacts

i18n-tasks.yml

on: pull_request
I18n inconsistency check
52s
I18n inconsistency check
Fit to window
Zoom out
Zoom in

Annotations

2 warnings and 25 notices
[rubocop] app/contracts/emoji_reactions/base_contract.rb#L57 <Rails/Blank>: app/contracts/emoji_reactions/base_contract.rb#L57
Use `if model.reactable.blank?` instead of `unless model.reactable.present?`.
[rubocop] app/models/concerns/reactable.rb#L48-L68 <Metrics/AbcSize>: app/models/concerns/reactable.rb#L48
Assignment Branch Condition size for detailed_grouped_emoji_reactions is too high. [<6, 18, 3> 19.21/17]
[rubocop] app/models/concerns/reactable.rb#L52 <Style/StringLiterals>: app/models/concerns/reactable.rb#L52
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
[rubocop] app/models/concerns/reactable.rb#L54 <Style/StringLiterals>: app/models/concerns/reactable.rb#L54
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
[rubocop] app/models/emoji_reaction.rb#L54 <Style/StringLiterals>: app/models/emoji_reaction.rb#L54
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
[rubocop] app/models/emoji_reaction.rb#L54 <Style/StringLiterals>: app/models/emoji_reaction.rb#L54
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
[rubocop] db/migrate/20240624103354_create_emoji_reactions.rb#L10 <Style/StringLiterals>: db/migrate/20240624103354_create_emoji_reactions.rb#L10
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.