Skip to content

split long message from Discord to IRC #275

split long message from Discord to IRC

split long message from Discord to IRC #275

Triggered via pull request June 28, 2023 18:14
Status Failure
Total duration 1m 31s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: bridge/bridge.go#L215
b.ircListener.SendRaw undefined (type *ircListener has no field or method SendRaw) (typecheck)
lint: bridge/bridge.go#L268
b.ircListener.Nick undefined (type *ircListener has no field or method Nick) (typecheck)
lint: bridge/bridge.go#L286
b.ircListener.Connect undefined (type *ircListener has no field or method Connect) (typecheck)
lint: bridge/bridge.go#L292
b.ircListener.Loop undefined (type *ircListener has no field or method Loop) (typecheck)
lint: bridge/bridge.go#L465
msg.ChannelID undefined (type *DiscordMessage has no field or method ChannelID) (typecheck)
lint: bridge/bridge.go#L491
b.ircListener.Quit undefined (type *ircListener has no field or method Quit) (typecheck)
lint: bridge/discord.go#L350
missing return (typecheck)
lint: bridge/discord.go#L365
missing return (typecheck)
lint: bridge/irc_listener.go#L45
listener.AddCallback undefined (type *ircListener has no field or method AddCallback) (typecheck)
lint: bridge/irc_listener.go#L102
i.RemoveCallback undefined (type *ircListener has no field or method RemoveCallback) (typecheck)