nus-mtp/sashimi-note

View on GitHub
sashimi-webapp/src/logic/inputHandler/DocumentPrinter/core.js

Summary

Maintainability
A
1 hr
Test Coverage

Function print has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  print(markdownData) {
    const printFrame = window.open(frame.url, frame.target, frame.feature);
    documentBuilder.rebuild(printFrame);
    documentBuilder.addStyles(printFrame, [
      '/styles/markdown-pages.css',
Severity: Minor
Found in sashimi-webapp/src/logic/inputHandler/DocumentPrinter/core.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status