TWtablero/tablero

View on GitHub
app/js/component/templates/issue_filter_template.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    function issueFilterTemplate() {
      var repoNames = config.getReposNames();
      this.getRepoColor = function (projectName) {
        var idx = repoNames.indexOf(projectName);
        return 'color' + idx;
Severity: Minor
Found in app/js/component/templates/issue_filter_template.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status