Added semantic release workflow #2
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
|
Lint:
tests/core_read_test.go#L57
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"no results found matching the given query\")" (err113)
|
|
Lint:
plugins/sentinel/sentinel.go#L120
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"Unknown augmented validation tag: %s\", tag)" (err113)
|
|
Lint:
plugins/sentinel/sentinel.go#L92
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"Key: '%s.%s' Error:Field validation for '%s' failed on the '%s' tag\", v.Type().Name(), field.Name, field.Name, tag)" (err113)
|
|
Lint:
plugins/sentinel/sentinel.go#L87
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"Key: '%s.%s' Error:Field validation for '%s' failed on the '%s' tag\", v.Type().Name(), field.Name, field.Name, tag)" (err113)
|
|
Lint:
plugins/sentinel/sentinel.go#L82
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"Key: '%s.%s' Error:Field validation for '%s' failed on the '%s' tag\", v.Type().Name(), field.Name, field.Name, tag)" (err113)
|
|
Lint:
core/model_query.go#L61
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"failed to schedule query\")" (err113)
|
|
Lint:
core/model_query.go#L33
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"no results found matching the given query\")" (err113)
|
|
Lint:
core/model_query_update.go#L80
Function `Exec[T]->Exec->Exec$2` should pass the context parameter (contextcheck)
|
|
Lint:
core/model_query_delete.go#L70
Function `Exec[T]->Exec->Exec$2` should pass the context parameter (contextcheck)
|
|
Lint:
core/model_query_delete.go#L65
Function `Exec[T]->Exec->Exec$2` should pass the context parameter (contextcheck)
|