AO3-6768 update browser page title in drafts page #1242
Triggered via pull request
September 17, 2024 03:06
Status
Failure
Total duration
1m 49s
Artifacts
–
reviewdog.yml
on: pull_request
Rubocop
59s
ERB Lint runner
1m 38s
Annotations
1 error and 1 warning
Rubocop
Process completed with exit code 1.
|
Rubocop:
app/controllers/works_controller.rb#L165
[rubocop] reported by reviewdog 🐶
Prefer Rails built-in `t` helper over `ts` and move the text into the yml file. `ts` is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
Raw Output:
app/controllers/works_controller.rb:165:22: C: I18n/DeprecatedHelper: Prefer Rails built-in `t` helper over `ts` and move the text into the yml file. `ts` is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
|