feat: [#504] Route supports configure timeout #323
lint.yml
on: pull_request
lint
/
lint
1m 43s
lint
/
nilaway
38s
Annotations
16 errors
lint / nilaway:
context.go#L46
c.instance.Request.WithContext undefined (type func() *fasthttp.Request has no field or method WithContext)
|
lint / nilaway:
context.go#L46
cannot assign to c.instance.Request (neither addressable nor a map index expression)
|
lint / nilaway:
context.go#L46
c.instance.Request.WithContext undefined (type func() *fasthttp.Request has no field or method WithContext)
|
lint / nilaway:
context.go#L46
cannot assign to c.instance.Request (neither addressable nor a map index expression)
|
lint / nilaway:
config/cors.go#L9
error: Potential nil panic detected. Observed nil flow from source to dereference point:
|
lint / nilaway
literal `nil` returned from `MakeConfig()` in position 0
|
lint / nilaway
returned as result 0 from interface method `Application.MakeConfig()` (implemented by `Container.MakeConfig()`)
|
lint / nilaway
result 0 of `MakeConfig()` returned from `Config()` in position 0
|
lint / nilaway
result 0 of `Config()` called `Add()` via the assignment(s):
|
lint / nilaway
Process completed with exit code 1.
|
lint / lint:
facades/fiber.go#L8
could not import github.com/goravel/fiber (-: # github.com/goravel/fiber
|
lint / lint:
context.go#L46
cannot assign to c.instance.Request (neither addressable nor a map index expression)
|
lint / lint:
context.go#L46
c.instance.Request.WithContext undefined (type func() *fasthttp.Request has no field or method WithContext)) (typecheck)
|
lint / lint:
context.go#L46
cannot assign to c.instance.Request (neither addressable nor a map index expression)
|
lint / lint:
context.go#L46
c.instance.Request.WithContext undefined (type func() *fasthttp.Request has no field or method WithContext) (typecheck)
|
lint / lint
issues found
|