pinclub/pinclub

View on GitHub
controllers/rss.js

Summary

Maintainability
A
1 hr
Test Coverage

Function index has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.index = function (req, res, next) {
    if (!config.rss) {
        res.statusCode = 404;
        return res.send('Please set `rss` in config.js');
    }
Severity: Minor
Found in controllers/rss.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status