Merge upstream with theirs #2
Annotations
10 errors
lint:
api/api.go#L30
could not import github.com/prometheus/alertmanager/config (-: # github.com/prometheus/alertmanager/config
|
lint:
config/notifiers.go#L358
c.Validate undefined (type *PagerdutyConfig has no field or method Validate)
|
lint:
config/notifiers.go#L887
TelegramConfig redeclared in this block
|
lint:
config/notifiers.go#L718
other declaration of TelegramConfig
|
lint:
config/notifiers.go#L903
method TelegramConfig.UnmarshalYAML already declared at config/notifiers.go:734:26
|
lint:
config/config.go#L375
cannot use []*Receiver{…} (value of type []*Receiver) as []Receiver value in struct literal
|
lint:
config/config.go#L517
cannot use c.Global.SlackAPIURL (variable of type *SecretURL) as *URL value in assignment
|
lint:
config/config.go#L747
cannot use rcv (variable of type *Receiver) as Receiver value in argument to append
|
lint:
config/config.go#L767
cannot use rcv (variable of type *Receiver) as Receiver value in assignment
|
lint:
config/config.go#L1160
TelegramConfigs redeclared
|