grafana/pkg/services/alerting/notifiers
Mario Trangoni 5116420e9a
Fix misspell issues (#23905)
* Fix misspell issues

See,
$ golangci-lint run --timeout 10m --disable-all -E misspell ./...

Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>

* Fix codespell issues

See,
$ codespell -S './.git*' -L 'uint,thru,pres,unknwon,serie,referer,uptodate,durationm'

Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>

* ci please?

* non-empty commit - ci?

* Trigger build

Co-authored-by: bergquist <carl.bergquist@gmail.com>
Co-authored-by: Kyle Brandt <kyle@grafana.com>
2020-04-29 21:37:21 +02:00
..
alertmanager_test.go Build: use golangci-lint as a make command (#17739) 2019-07-02 16:06:59 +03:00
alertmanager.go Alertmanager: Basic auth should not be required (#23691) 2020-04-20 11:19:31 +02:00
base_test.go Notification is sent when state changes from no_data to ok (#18920) 2019-09-05 18:54:27 +03:00
base.go Fix misspell issues (#23905) 2020-04-29 21:37:21 +02:00
dingding_test.go Alerting: Fix panic in dingding notifier (#20378) 2019-12-11 17:01:01 +01:00
dingding.go Alerting: Only include image in notifier when enabled (#23194) 2020-03-31 00:46:01 +02:00
discord_test.go Alerting: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +02:00
discord.go Alerting: Only include image in notifier when enabled (#23194) 2020-03-31 00:46:01 +02:00
email_test.go tech: avoid alias for importing models in alerting (#17041) 2019-05-14 08:15:05 +02:00
email.go Alerting: Only include image in notifier when enabled (#23194) 2020-03-31 00:46:01 +02:00
googlechat_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
googlechat.go Hangouts: fixes notifications for alerts with empty message (#23559) 2020-04-14 15:02:58 +02:00
hipchat_test.go Build: use golangci-lint as a make command (#17739) 2019-07-02 16:06:59 +03:00
hipchat.go Alerting: Only include image in notifier when enabled (#23194) 2020-03-31 00:46:01 +02:00
kafka_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
kafka.go Alerting: Only include image in notifier when enabled (#23194) 2020-03-31 00:46:01 +02:00
line_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
line.go Alerting: Only include image in notifier when enabled (#23194) 2020-03-31 00:46:01 +02:00
opsgenie_test.go Build: Stricter linting should break the build (#23606) 2020-04-16 16:09:27 +02:00
opsgenie.go Alerting: Only include image in notifier when enabled (#23194) 2020-03-31 00:46:01 +02:00
pagerduty_test.go Alerting: Enable Alert rule tags to override PagerDuty Severity setting (#22736) 2020-03-23 19:32:55 +01:00
pagerduty.go Alerting: Only include image in notifier when enabled (#23194) 2020-03-31 00:46:01 +02:00
pushover_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
pushover.go Alerting: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +02:00
sensu_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
sensu.go Alerting: Only include image in notifier when enabled (#23194) 2020-03-31 00:46:01 +02:00
slack_test.go Alerting: Update the types of recipient supported by the Slack notifier (#22205) 2020-02-14 17:11:23 +01:00
slack.go Alerting: Only include image in notifier when enabled (#23194) 2020-03-31 00:46:01 +02:00
teams_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
teams.go Alerting: Only include image in notifier when enabled (#23194) 2020-03-31 00:46:01 +02:00
telegram_test.go tech: avoid alias for importing models in alerting (#17041) 2019-05-14 08:15:05 +02:00
telegram.go Telegram: Check error before adding defer close of image (#20331) 2019-11-13 13:33:03 +01:00
threema_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
threema.go Fix misspell issues (#23905) 2020-04-29 21:37:21 +02:00
victorops_test.go tech: avoid alias for importing models in alerting (#17041) 2019-05-14 08:15:05 +02:00
victorops.go Alerting: Only include image in notifier when enabled (#23194) 2020-03-31 00:46:01 +02:00
webhook_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
webhook.go Alerting: Only include image in notifier when enabled (#23194) 2020-03-31 00:46:01 +02:00