CS-Tao/GTD-Visualization

View on GitHub
.electron-vue/build.js

Summary

Maintainability
C
1 day
Test Coverage

Showing 3 of 3 total issues

Function build has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function build () {
greeting()
 
del.sync(['dist/electron/*', '!.gitkeep'])
 
 
Severity: Minor
Found in .electron-vue/build.js - About 1 hr to fix

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

    pack(mainConfig).then(result => {
    results += result + '\n\n'
    m.success('main')
    }).catch(err => {
    m.error('main')
    Severity: Major
    Found in .electron-vue/build.js and 1 other location - About 4 hrs to fix
    .electron-vue/build.js on lines 62..70

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

    pack(rendererConfig).then(result => {
    results += result + '\n\n'
    m.success('renderer')
    }).catch(err => {
    m.error('renderer')
    Severity: Major
    Found in .electron-vue/build.js and 1 other location - About 4 hrs to fix
    .electron-vue/build.js on lines 52..60
    Category
    Status