Implement yatgbot #128
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)
|