AO3-6502 Blocked users should not be able to give gift works to blocker #531
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
reviewdog.yml
on: pull_request
Rubocop
57s
ERB Lint runner
1m 40s
Annotations
1 error and 2 warnings
Rubocop
Process completed with exit code 1.
|
Rubocop:
app/models/work.rb#L198
[rubocop] reported by reviewdog 🐶
Use `&&` instead of `and`.
Raw Output:
app/models/work.rb:198:44: C: Style/AndOr: Use `&&` instead of `and`.
|
Rubocop:
app/models/work.rb#L198
[rubocop] reported by reviewdog 🐶
Use `!` instead of `not`.
Raw Output:
app/models/work.rb:198:48: C: Style/Not: Use `!` instead of `not`.
|