CleverStack/clever-users

View on GitHub
models/UserModel.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function exports has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(Model, config) {
  return Model.extend( 'User',
  {
    type            : config['clever-users'].driver || 'ORM',
    timeStampable   : true,
Severity: Major
Found in models/UserModel.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status