Handle chat_member event #4
Annotations
10 errors
code:
internal/logging/init.go#L8
import 'github.com/sirupsen/logrus' is not allowed from list 'Main' (depguard)
|
code:
internal/logging/init.go#L9
import 'github.com/spf13/viper' is not allowed from list 'Main' (depguard)
|
code:
internal/config/config.go#L6
import 'github.com/sirupsen/logrus' is not allowed from list 'Main' (depguard)
|
code:
internal/config/config.go#L7
import 'github.com/spf13/viper' is not allowed from list 'Main' (depguard)
|
code:
internal/authutil/utils.go#L32
unnecessary conversion (unconvert)
|
code:
internal/authutil/utils.go#L9
import 'github.com/C4T-BuT-S4D/shpaga/internal/config' is not allowed from list 'Main' (depguard)
|
code:
internal/authutil/utils.go#L24
error returned from external package is unwrapped: sig: func fmt.Errorf(format string, a ...any) error (wrapcheck)
|
code:
internal/authutil/utils.go#L52
error returned from external package is unwrapped: sig: func fmt.Errorf(format string, a ...any) error (wrapcheck)
|
code:
internal/authutil/utils.go#L62
error returned from external package is unwrapped: sig: func fmt.Errorf(format string, a ...any) error (wrapcheck)
|
code:
internal/authutil/utils.go#L67
error returned from external package is unwrapped: sig: func fmt.Errorf(format string, a ...any) error (wrapcheck)
|