app/models/user.rb
Class User
has 66 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class User < ApplicationRecord
include Mumuki::Domain::Syncable
include WithProfile,
WithUserNavigation,
WithReminders,
File user.rb
has 310 lines of code (exceeds 250 allowed). Consider refactoring. Wontfix
Wontfix
class User < ApplicationRecord
include Mumuki::Domain::Syncable
include WithProfile,
WithUserNavigation,
WithReminders,