feat: add OpenAI translator #201
Annotations
10 errors and 1 warning
lib/i18n/tasks/translators/openai_translator.rb#L65
Metrics/MethodLength: Method has too many lines. [27/25]
|
lib/i18n/tasks/translators/openai_translator.rb#L70
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
lib/i18n/tasks/translators/openai_translator.rb#L71
Layout/LineLength: Line is too long. [129/120]
|
lib/i18n/tasks/translators/openai_translator.rb#L72
Layout/LineLength: Line is too long. [174/120]
|
lib/i18n/tasks/translators/openai_translator.rb#L73
[Correctable] Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.
|
lib/i18n/tasks/translators/openai_translator.rb#L76
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
lib/i18n/tasks/translators/openai_translator.rb#L77
[Correctable] Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.
|
lib/i18n/tasks/translators/openai_translator.rb#L80
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
lib/i18n/tasks/translators/openai_translator.rb#L81
[Correctable] Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.
|
lib/i18n/tasks/translators/openai_translator.rb#L87
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
lib/i18n/tasks/translators/openai_translator.rb#L53
[Correctable] Lint/UnusedMethodArgument: Unused method argument - options. If it's necessary, use _ or _options as an argument name to indicate that it won't be used. If it's unnecessary, remove it.
|
The logs for this run have expired and are no longer available.
Loading