ideasonpurpose/docker-build

View on GitHub

Showing 4 of 4 total issues

Identical blocks of code found in 2 locations. Consider refactoring.
Open

const prettierHrtime = hrtime => {
let timeString;
const seconds = hrtime[1] > 5e6 ? " seconds" : " second";
if (hrtime[0] > 60) {
timeString = prettyHrtime(hrtime, { verbose: true })
Severity: Major
Found in prettier-hrtime.js and 1 other location - About 5 hrs to fix
lib/prettier-hrtime.js on lines 3..16

Identical blocks of code found in 2 locations. Consider refactoring.
Open

export const prettierHrtime = (hrtime) => {
let timeString;
const seconds = hrtime[1] > 5e6 ? " seconds" : " second";
if (hrtime[0] > 60) {
timeString = prettyHrtime(hrtime, { verbose: true })
Severity: Major
Found in lib/prettier-hrtime.js and 1 other location - About 5 hrs to fix
prettier-hrtime.js on lines 5..18

Function onProxyRes has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

onProxyRes: function (proxyRes, req, res) {
/**
* Update urls in files with these content-types
*/
const contentTypes = [
Severity: Minor
Found in lib/devserver-proxy.js - About 1 hr to fix

    Function apply has 42 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    apply(compiler) {
    compiler.hooks.emit.tapAsync(this.name, (compilation, callback) => {
    // const logger = compilation.getLogger("dependency-manifest-plugin");
     
    // logger.info(compilation.namedChunkGroups.keys());
    Severity: Minor
    Found in lib/DependencyManifestPlugin.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language