Skip to content

AO3-4820 AO3-3810 Validate skins with "archive" in title #863

AO3-4820 AO3-3810 Validate skins with "archive" in title

AO3-4820 AO3-3810 Validate skins with "archive" in title #863

Triggered via pull request April 16, 2024 07:05
Status Failure
Total duration 1m 55s
Artifacts

reviewdog.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.