WikiEducationFoundation/WikiEduDashboard

View on GitHub
app/assets/javascripts/utils/markdown_it.js

Summary

Maintainability
A
1 hr
Test Coverage
F
50%

Function defaultRender has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    const defaultRender = md.renderer.rules.link_open || function (tokens, idx, options, env, self) {
Severity: Minor
Found in app/assets/javascripts/utils/markdown_it.js - About 35 mins to fix

    Function link_open has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        md.renderer.rules.link_open = function (tokens, idx, options, env, self) {
    Severity: Minor
    Found in app/assets/javascripts/utils/markdown_it.js - About 35 mins to fix

      Function default has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

      export default function (opts) {
        const mergedOpts = assign({}, opts, { html: true, linkify: true });
        const md = markdownIt(mergedOpts).use(footnotes);
      
        if (mergedOpts.openLinksExternally) {
      Severity: Minor
      Found in app/assets/javascripts/utils/markdown_it.js - About 25 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Parsing error: Cannot find module 'babel-plugin-root-import' Require stack: - /usr/local/node_modules/@babel/core/lib/config/files/plugins.js - /usr/local/node_modules/@babel/core/lib/config/files/index.js - /usr/local/node_modules/@babel/core/lib/index.js - /usr/local/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs - /usr/local/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs - /usr/local/node_modules/@babel/eslint-parser/lib/client.cjs - /usr/local/node_modules/@babel/eslint-parser/lib/index.cjs - /usr/local/node_modules/eslint/lib/cli-engine/config-array-factory.js - /usr/src/app/lib/eslint6-patch.js - /usr/src/app/lib/eslint.js - /usr/src/app/bin/eslint.js
      Open

      import markdownIt from 'markdown-it';

      For more information visit Source: http://eslint.org/docs/rules/

      There are no issues that match your filters.

      Category
      Status