henrikrudstrom/oce-wrap

View on GitHub
src/settings.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initialize has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function initialize(settings) {
  var fileSettings = {};
  if (fs.existsSync('settings.json'))
    fileSettings = JSON.parse(fs.readFileSync('settings.json'));

Severity: Minor
Found in src/settings.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status