Skip to content

21941 replaces the <i18n> interpolation tag in i18n-tasks for our cus… #9

21941 replaces the <i18n> interpolation tag in i18n-tasks for our cus…

21941 replaces the <i18n> interpolation tag in i18n-tasks for our cus… #9

Triggered via pull request July 24, 2024 12:39
Status Failure
Total duration 1m 21s
Artifacts

tests.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: lib/i18n/tasks/translators/deepl_translator.rb#L6
Metrics/ClassLength: Class has too many lines. [148/125]
lint: lib/i18n/tasks/translators/deepl_translator.rb#L133
[Correctable] Style/PerlBackrefs: Prefer ::Regexp.last_match(1) over $1.
lint: lib/i18n/tasks/translators/deepl_translator.rb#L134
[Correctable] Style/PerlBackrefs: Prefer ::Regexp.last_match(2) over $2.
lint: lib/i18n/tasks/translators/deepl_translator.rb#L135
[Correctable] Style/PerlBackrefs: Prefer ::Regexp.last_match(3) over $3.
lint: lib/i18n/tasks/translators/deepl_translator.rb#L136
[Correctable] Style/PerlBackrefs: Prefer ::Regexp.last_match(4) over $4.
lint: lib/i18n/tasks/translators/deepl_translator.rb#L143
[Correctable] Layout/SpaceAfterComma: Space missing after comma.
lint: spec/deepl_translate_spec.rb#L12
Layout/LineLength: Line is too long. [150/120]
lint: spec/deepl_translate_spec.rb#L13
Layout/LineLength: Line is too long. [146/120]
lint: spec/deepl_translate_spec.rb#L106
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
lint: spec/deepl_translate_spec.rb#L114
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.