showdownjs/showdown

View on GitHub
src/options.js

Summary

Maintainability
C
7 hrs
Test Coverage

Function getDefaultOpts has 182 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getDefaultOpts (simple) {
  'use strict';

  var defaultOptions = {
    omitExtraWLInCodeBlocks: {
Severity: Major
Found in src/options.js - About 7 hrs to fix

There are no issues that match your filters.

Category
Status