AO3-5610 notify users when a bookmark or series they have created is hidden #1617
reviewdog.yml
on: pull_request
Rubocop
1m 4s
ERB Lint runner
1m 36s
Annotations
1 error and 3 warnings
Rubocop
Process completed with exit code 1.
|
Rubocop:
app/models/series.rb#L38
[rubocop] reported by reviewdog 🐶
Align the arguments of a method call if they span more than one line.
Raw Output:
app/models/series.rb:38:5: C: Layout/ArgumentAlignment: Align the arguments of a method call if they span more than one line.
|
Rubocop:
app/models/series.rb#L40
[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/models/series.rb:40:15: 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
|
ERB Lint runner
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|