This repository has been archived by the owner on May 2, 2024. It is now read-only.
More linting #6
Annotations
5 errors and 1 warning
app/models/domain.rb#L3
Uniqueness validation should have a unique index on the database column.
|
app/models/user/user.rb#L2
Uniqueness validation should have a unique index on the database column.
|
app/models/user/user.rb#L3
Specify a `:dependent` option.
|
app/models/user/user.rb#L13
Use `save!` instead of `save` if the return value is not checked.
|
db/migrate/20230606000652_create_new_user_model_and_delete_old_user_model.rb#L4
drop_table(without block) is not reversible.
|
db/migrate/20231222071308_add_service_name_to_active_storage_blobs.active_storage.rb#L9
Wrap assignment in parentheses if intentional
|