alertmanager/cluster
Matthias Loibl a6d10bd5bc
Update golangci-lint and fix complaints (#2853)
* Copy latest golangci-lint files from Prometheus

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>

* Use grafana/regexp over stdlib regexp

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>

* Fix typos in comments

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>

* Fix goimports complains in import sorting

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>

* gofumpt all Go files

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>

* Update naming to comply with revive linter

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>

* config: Fix error messages to be lower case

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>

* test/cli: Fix error messages to be lower case

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>

* .golangci.yaml: Remove obsolete space

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>

* config: Fix expected victorOps error

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>

* Use stdlib regexp

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>

* Clean up Go modules

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
2022-03-25 17:59:51 +01:00
..
clusterpb Secure cluster traffic via mutual TLS (#2237) 2021-08-09 14:58:06 -06:00
testdata Secure cluster traffic via mutual TLS (#2237) 2021-08-09 14:58:06 -06:00
advertise.go Add feature flag to enable discovery and use of public IPaddr for clustering. (#2719) 2021-11-10 17:40:48 +01:00
advertise_test.go Add feature flag to enable discovery and use of public IPaddr for clustering. (#2719) 2021-11-10 17:40:48 +01:00
channel.go Update golangci-lint and fix complaints (#2853) 2022-03-25 17:59:51 +01:00
channel_test.go Update golangci-lint and fix complaints (#2853) 2022-03-25 17:59:51 +01:00
cluster.go Update golangci-lint and fix complaints (#2853) 2022-03-25 17:59:51 +01:00
cluster_test.go Update golangci-lint and fix complaints (#2853) 2022-03-25 17:59:51 +01:00
connection_pool.go Update golangci-lint and fix complaints (#2853) 2022-03-25 17:59:51 +01:00
delegate.go Update golangci-lint and fix complaints (#2853) 2022-03-25 17:59:51 +01:00
tls_config.go Secure cluster traffic via mutual TLS (#2237) 2021-08-09 14:58:06 -06:00
tls_connection.go Update golangci-lint and fix complaints (#2853) 2022-03-25 17:59:51 +01:00
tls_connection_test.go Secure cluster traffic via mutual TLS (#2237) 2021-08-09 14:58:06 -06:00
tls_transport.go Update golangci-lint and fix complaints (#2853) 2022-03-25 17:59:51 +01:00
tls_transport_test.go Update golangci-lint and fix complaints (#2853) 2022-03-25 17:59:51 +01:00