tomi77/node-bookshelf-django

View on GitHub
models/auth_permission.js

Summary

Maintainability
A
1 hr
Test Coverage

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

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

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

    There are no issues that match your filters.

    Category
    Status