18F/continua11y

View on GitHub
routes/repo.js

Summary

Maintainability
A
1 hr
Test Coverage

Function get has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.get = function (req, res){
    var reqRepo = req.params.repo.replace('.html','');
    models.Repo.findOne({
        where: {
            repoName: {
Severity: Minor
Found in routes/repo.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status