AO3-5843 change Invite Requests browser page title to Invitation Requests #1559
reviewdog.yml
on: pull_request
Rubocop
1m 43s
ERB Lint runner
1m 40s
Annotations
1 error and 2 warnings
Rubocop
Process completed with exit code 1.
|
ERB Lint runner
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Rubocop:
app/controllers/invite_requests_controller.rb#L8
[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/invite_requests_controller.rb:8:19: 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
|