Skip to content

Implement yatgbot

Implement yatgbot #128

Triggered via pull request September 25, 2025 22:05
Status Failure
Total duration 2m 4s
Artifacts

go-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Lint Code
issues found
Lint Code: yatgbot/router/dispatcher.go#L68
missing whitespace above this line (invalid statement above expr) (wsl_v5)
Lint Code: yatgbot/router/dispatcher.go#L51
missing whitespace above this line (never cuddle decl) (wsl_v5)
Lint Code: yatgbot/router/dispatcher.go#L43
File is not properly formatted (golines)
Lint Code: yatgbot/router/dispatcher.go#L55
File is not properly formatted (gofumpt)
Lint Code: yatgbot/router/dispatcher.go#L57
do not compare errors directly "err != yalocales.ErrInvalidLanguage", use "!errors.Is(err, yalocales.ErrInvalidLanguage)" instead (err113)