Skip to content

Upgrade to Fiber 2.46 #480

Upgrade to Fiber 2.46

Upgrade to Fiber 2.46 #480

Triggered via pull request June 16, 2023 11:50
Status Failure
Total duration 2m 5s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
linters: internal/handlers/webhooks.go#L15
`db` is unused (structcheck)
linters: internal/common/env.go#L14
tag is not aligned, should be: env:"ENVIRONMENT" envDefault:"production" (tagalign)
linters: internal/common/requests.go#L6
tag is not aligned, should be: json:"codeHosting" validate:"required,gt=0,dive" (tagalign)
linters: internal/common/requests.go#L7
tag is not aligned, should be: json:"description" validate:"required" (tagalign)
linters: internal/common/requests.go#L8
tag is not aligned, should be: json:"email" validate:"omitempty,email" (tagalign)
linters: internal/common/requests.go#L14
tag is not aligned, should be: json:"codeHosting" validate:"omitempty,gt=0,dive" (tagalign)
linters: internal/common/requests.go#L16
tag is not aligned, should be: json:"email" validate:"omitempty,email" (tagalign)
linters: internal/common/requests.go#L22
tag is not aligned, should be: json:"url" validate:"required,url" (tagalign)
linters: internal/common/requests.go#L27
tag is not aligned, should be: json:"url" validate:"required,url" (tagalign)
linters: internal/common/requests.go#L28
tag is not aligned, should be: json:"aliases" validate:"dive,url" (tagalign)