Files
grafana/pkg/services/alerting/notifiers
Mario Trangoni d1e1fb7e72 pkg/services/alerting/notifiers/telegram_test.go: pass context.Background() instead of nil
See,
$ gometalinter --vendor --disable-all --enable=megacheck --disable=gotype --deadline 6m ./...
pkg/services/alerting/notifiers/telegram_test.go:55:44⚠️ do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (SA1012) (megacheck)
pkg/services/alerting/notifiers/telegram_test.go:71:45⚠️ do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (SA1012) (megacheck)
pkg/services/alerting/notifiers/telegram_test.go:88:45⚠️ do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (SA1012) (megacheck)
pkg/services/alerting/notifiers/telegram_test.go:104:45⚠️ do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (SA1012) (megacheck)
2018-10-03 09:47:54 +02:00
..
2017-12-13 19:17:00 +01:00
2017-03-22 23:28:55 +01:00
2017-02-07 10:50:49 -06:00
2017-10-09 18:56:05 -07:00
2018-09-23 21:19:21 +02:00
2017-01-27 15:21:02 +01:00
2018-09-23 21:19:21 +02:00
2018-09-23 21:19:21 +02:00
2017-11-14 11:05:01 +01:00
2018-09-21 11:54:52 +02:00
2016-11-16 16:14:02 -08:00