tomi77/node-bookshelf-django

View on GitHub
models/auth_group.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = function(bookshelf) {
  if (bookshelf.model('Django.Auth.Group') == null) {
    require('./auth_permission')(bookshelf);

    bookshelf.model('Django.Auth.Group', {
Severity: Minor
Found in models/auth_group.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status