grafana/pkg/services/alerting/notifiers
Oleg Gaidarenko caa1314f44
Build: use golangci-lint as a make command (#17739)
* Build: use golangci-lint as a make command

* Since gometalinter was deprecated in favor of golangci-lint so it was
  replaced by it. Responsibilities held by the gometalinter was moved to
  golangci-lint

* There was some changes in implementation (that was also mentioned in
  the code comment) between the tools, which uncovered couple errors
  in the code. Those issues were either solved or disabled by
  the inline comments

* Introduce the golangci-lint config, to make their
  configuration more manageable

* Build: replace backend-lint.sh script with make
2019-07-02 16:06:59 +03:00
..
alertmanager_test.go Build: use golangci-lint as a make command (#17739) 2019-07-02 16:06:59 +03:00
alertmanager.go Alerting: Add tags to alert rules (#10989) 2019-06-06 13:29:30 +02:00
base_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
base.go Alerting: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +02:00
dingding_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
dingding.go Alerting: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +02:00
discord_test.go Alerting: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +02:00
discord.go Build: use golangci-lint as a make command (#17739) 2019-07-02 16:06:59 +03:00
email_test.go tech: avoid alias for importing models in alerting (#17041) 2019-05-14 08:15:05 +02:00
email.go Alerting: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +02:00
googlechat_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
googlechat.go Alerting: golint fixes for alerting (#17246) 2019-06-03 10:25: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: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +02:00
kafka_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
kafka.go Alerting: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +02:00
line_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
line.go Alerting: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +02:00
opsgenie_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
opsgenie.go Alerting: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +02:00
pagerduty_test.go tech: avoid alias for importing models in alerting (#17041) 2019-05-14 08:15:05 +02:00
pagerduty.go Alerting: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +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: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +02:00
slack_test.go Build: use golangci-lint as a make command (#17739) 2019-07-02 16:06:59 +03:00
slack.go Codestyle: Fix govet issues (#17178) 2019-06-04 22:00:05 +02:00
teams_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
teams.go Alerting: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +02:00
telegram_test.go tech: avoid alias for importing models in alerting (#17041) 2019-05-14 08:15:05 +02:00
telegram.go Alerting: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +02:00
threema_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
threema.go Alerting: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +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: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +02:00
webhook_test.go alerting: golint fixes for alert notifiers. (#17167) 2019-05-20 15:23:06 +02:00
webhook.go Alerting: golint fixes for alerting (#17246) 2019-06-03 10:25:58 +02:00