nooline/nooline

View on GitHub
controllers/save-content.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = function saveContent (category, info) {
  var snippets = category.get('snippets');
  var fs = require('fs');
  var path;

Severity: Minor
Found in controllers/save-content.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status