hunterlong/statup

View on GitHub
source/generate_help.go

Summary

Maintainability
A
1 hr
Test Coverage

Function main has 62 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func main() {
    fmt.Println("RUNNING: ./source/generate_help.go")
    fmt.Println("\n\nGenerating Help.vue from Statping's Wiki")
    fmt.Println("Cloning ", wikiUrl)
    cmd := exec.Command("git", "clone", wikiUrl)
Severity: Minor
Found in source/generate_help.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status