class RuboCop::Cop::Salsify::RailsUnscoped

Check that Activerecord scopes do not use ‘unscoped`

@example

# good
User.strip_default_scope

# bad
User.unscoped