AO3-6933 Add spam checking to user comments #1907
reviewdog.yml
on: pull_request
Rubocop
59s
ERB Lint runner
1m 38s
Annotations
1 error and 2 warnings
Rubocop
Process completed with exit code 1.
|
Rubocop:
app/models/comment.rb#L483
[rubocop] reported by reviewdog 🐶
Duplicate branch body detected.
Raw Output:
app/models/comment.rb:483:21: W: Lint/DuplicateBranch: Duplicate branch body detected.
|
Rubocop:
app/models/comment.rb#L68
[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/comment.rb:68:23: 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
|