grafana/pkg/tsdb/cloudwatch
Karsten Weiss 5d95601720 Merge variable declaration with assignment (gosimple)
This fixes:
pkg/cmd/grafana-cli/commands/upgrade_all_command.go:56:3: should merge variable declaration with assignment on next line (S1021)
pkg/login/ldap.go:406:4: should merge variable declaration with assignment on next line (S1021)
pkg/services/sqlstore/migrator/dialect.go:87:2: should merge variable declaration with assignment on next line (S1021)
pkg/services/sqlstore/migrator/dialect.go:165:2: should merge variable declaration with assignment on next line (S1021)
pkg/tsdb/cloudwatch/metric_find_query_test.go:185:2: should merge variable declaration with assignment on next line (S1021)
2018-04-16 21:04:57 +02:00
..
annotation_query.go move extend statistics handling code to backend 2017-09-29 13:45:11 +09:00
cloudwatch_test.go support cloudwatch high resolution query 2018-02-15 23:35:01 +09:00
cloudwatch.go Remove redundant break statements (gosimple) 2018-04-16 21:04:57 +02:00
credentials_test.go move cloudwatch crendential related code 2017-09-29 13:45:11 +09:00
credentials.go Merge pull request #10110 from bwhaley/master 2017-12-12 10:16:53 +01:00
metric_find_query_test.go Merge variable declaration with assignment (gosimple) 2018-04-16 21:04:57 +02:00
metric_find_query.go Simplify error returns (gosimple) 2018-04-16 21:04:57 +02:00
types.go support cloudwatch high resolution query 2018-02-15 23:35:01 +09:00