consul/consul

View on GitHub
app/models/identity.rb

Summary

Maintainability
A
0 mins
Test Coverage

Uniqueness validation should have a unique index on the database column.
Open

  validates :uid, presence: true, uniqueness: { scope: :provider }
Severity: Minor
Found in app/models/identity.rb by rubocop

There are no issues that match your filters.

Category
Status