expertiza/expertiza

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

Summary

Maintainability
A
2 hrs
Test Coverage

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

function publish_example_review(bid) {
    $("#dialogConfirmMark").dialog({
        modal: true,
        height: 600,
        width: 500,
Severity: Minor
Found in app/assets/javascripts/team_users_popup.js - About 1 hr to fix

    Function suppress_example_review has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function suppress_example_review(bid) {
        $("#dialogConfirmUnmark").dialog({
            modal: true,
            height: 600,
            width: 500,
    Severity: Minor
    Found in app/assets/javascripts/team_users_popup.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status