AO3-4820 AO3-3810 Validate skins with "archive" in title #863
reviewdog.yml
on: pull_request
Rubocop
1m 4s
ERB Lint runner
1m 43s
Annotations
1 error and 2 warnings
Rubocop
Process completed with exit code 1.
|
Rubocop:
app/models/skin.rb#L96
[rubocop] reported by reviewdog 🐶
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw Output:
app/models/skin.rb:96:59: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Rubocop:
app/models/skin.rb#L109
[rubocop] reported by reviewdog 🐶
Uniqueness validation should have a unique index on the database column.
Raw Output:
app/models/skin.rb:109:3: C: Rails/UniqueValidationWithoutIndex: Uniqueness validation should have a unique index on the database column.
|