grafana/pkg
Karsten Weiss ed46efa081 Use sort.Strings() (gosimple)
This fixes:
pkg/tsdb/cloudwatch/metric_find_query.go:257:2: should use sort.Strings(...) instead of sort.Sort(sort.StringSlice(...)) (S1032)
pkg/tsdb/cloudwatch/metric_find_query.go:286:2: should use sort.Strings(...) instead of sort.Sort(sort.StringSlice(...)) (S1032)
pkg/tsdb/cloudwatch/metric_find_query.go:315:2: should use sort.Strings(...) instead of sort.Sort(sort.StringSlice(...)) (S1032)
2018-04-16 21:04:57 +02:00
..
api Simplify make() (gosimple) 2018-04-16 21:04:57 +02:00
bus (format) run go fmt in pkg 2016-12-14 12:17:38 +09:00
cmd Merge variable declaration with assignment (gosimple) 2018-04-16 21:04:57 +02:00
components Simplify comparison to bool constant (gosimple) 2018-04-16 21:04:57 +02:00
events feat(signup): progress on new sign up and email verification flow, #2353 2015-08-28 15:14:24 +02:00
log Simplify error returns (gosimple) 2018-04-16 21:04:57 +02:00
login Merge variable declaration with assignment (gosimple) 2018-04-16 21:04:57 +02:00
metrics Simplify error returns (gosimple) 2018-04-16 21:04:57 +02:00
middleware pkg: fix codespell issues 2018-04-13 20:31:29 +02:00
models Use fmt.Errorf() (gosimple) 2018-04-16 21:04:57 +02:00
plugins Simplify comparison to bool constant (gosimple) 2018-04-16 21:04:57 +02:00
services Remove unnecessary fmt.Sprintf() calls (gosimple) 2018-04-16 21:04:57 +02:00
setting settings: fixes test 2018-04-03 19:09:49 +02:00
social Simplify comparison to bool constant (gosimple) 2018-04-16 21:04:57 +02:00
tracing jaeger: capitalize tracer name 2017-09-27 16:38:00 +02:00
tsdb Use sort.Strings() (gosimple) 2018-04-16 21:04:57 +02:00
util Simplify if expression (gosimple) 2018-04-16 21:04:57 +02:00