Add helper tests for gorm.go #274
Annotations
6 errors
|
lint
issues found
|
|
lint:
gorm_simple_test.go#L135
type simpleModel is unused (unused)
|
|
lint:
gorm_simple_test.go#L147
SA9003: empty branch (staticcheck)
|
|
lint:
gorm_simple_test.go#L124
SA1029: should not use empty anonymous struct as key for value; define your own type to avoid collisions (staticcheck)
|
|
lint:
gorm_simple_test.go#L26
File is not properly formatted (gofumpt)
|
|
lint:
gorm_simple_test.go#L35
calculated cyclomatic complexity for function TestInstanceSetAndErrorChain is 13, max is 10 (cyclop)
|