wisedog/ladybug

View on GitHub
database/gorm.go

Summary

Maintainability
C
1 day
Test Coverage

Function createDummy has 285 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func createDummy() {

    // drop all table while on development phase
    Database.DropTable(&models.User{})
    Database.DropTable(&models.Project{})
Severity: Major
Found in database/gorm.go - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status