ari/jobsworth

View on GitHub
app/assets/javascripts/user_permissions.js

Summary

Maintainability
A
1 hr
Test Coverage

Function UserPermissions has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

jobsworth.UserPermissions = (function ($) {
  function UserPermissions(userId) {
    this.userId = userId;

    var self = this;
Severity: Minor
Found in app/assets/javascripts/user_permissions.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status