grafana/pkg
Karsten Weiss 893a91af3a Use opportunities to unindent code (unindent)
This commit fixes the following unindent findings:
pkg/api/common.go:102:2: "if x { if y" should be "if x && y"
pkg/components/dynmap/dynmap.go:642:2: invert condition and early return
pkg/components/dynmap/dynmap.go:681:2: invert condition and early return
pkg/components/simplejson/simplejson.go:171:2: "if x { if y" should be "if x && y"
pkg/middleware/dashboard_redirect.go:42:3: invert condition and early return
pkg/tsdb/mssql/mssql.go:301:3: invert condition and early break
pkg/tsdb/mysql/mysql.go:312:3: invert condition and early break
pkg/tsdb/postgres/postgres.go:292:3: invert condition and early break
pkg/tsdb/sql_engine.go:144:2: invert condition and early return
2018-04-28 10:53:16 +02:00
..
api Use opportunities to unindent code (unindent) 2018-04-28 10:53:16 +02:00
bus Outdent code after if block that ends with return (golint) 2018-04-27 23:10:43 +02:00
cmd Merge branch 'master' into notification-service-refactor2 2018-04-27 16:59:14 +02:00
components Use opportunities to unindent code (unindent) 2018-04-28 10:53:16 +02:00
events feat(signup): progress on new sign up and email verification flow, #2353 2015-08-28 15:14:24 +02:00
extensions Enable Grafana extensions at build time. (#11752) 2018-04-27 13:41:58 +02:00
log pkg/log: fix ineffassign issues 2018-04-23 19:31:23 +02:00
login Outdent code after if block that ends with return (golint) 2018-04-27 23:10:43 +02:00
metrics Remove redundancy in variable declarations (golint) 2018-04-27 22:14:36 +02:00
middleware Use opportunities to unindent code (unindent) 2018-04-28 10:53:16 +02:00
models Remove redundancy in variable declarations (golint) 2018-04-27 22:14:36 +02:00
plugins Outdent code after if block that ends with return (golint) 2018-04-27 23:10:43 +02:00
registry Enable Grafana extensions at build time. (#11752) 2018-04-27 13:41:58 +02:00
services Outdent code after if block that ends with return (golint) 2018-04-27 23:10:43 +02:00
setting Remove redundancy in variable declarations (golint) 2018-04-27 22:14:36 +02:00
social Merge branch 'master' into external-auth 2018-04-18 09:34:45 +02:00
tracing jaeger: capitalize tracer name 2017-09-27 16:38:00 +02:00
tsdb Use opportunities to unindent code (unindent) 2018-04-28 10:53:16 +02:00
util Outdent code after if block that ends with return (golint) 2018-04-27 23:10:43 +02:00