grafana/pkg/services
Karsten Weiss 4d6386e97b Use fmt.Errorf() (gosimple)
This fixes:
pkg/cmd/grafana-cli/commands/install_command.go:36:11: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (S1028)
pkg/models/org_user.go:53:11: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (S1028)
pkg/services/notifications/mailer.go:138:16: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (S1028)
2018-04-16 21:04:57 +02:00
..
alerting Simplify make() (gosimple) 2018-04-16 21:04:57 +02:00
annotations dashfolders: permissions for saving annotations 2018-01-09 14:44:36 +01:00
cleanup snapshots: fixes cleanup of old snapshots 2018-02-22 16:12:16 +01:00
dashboards Make golint happier 2018-03-22 22:38:44 +01:00
guardian pkg: fix codespell issues 2018-04-13 20:31:29 +02:00
notifications Use fmt.Errorf() (gosimple) 2018-04-16 21:04:57 +02:00
provisioning Simplify error returns (gosimple) 2018-04-16 21:04:57 +02:00
quota move quota to dedicated service 2018-03-07 17:19:35 -05:00
search dashboard and folder search with permissions 2018-02-08 17:11:01 +01:00
session Merge remote-tracking branch 'upstream/master' into update-xorm 2018-03-20 19:21:58 +01:00
sqlstore Simplify comparison to bool constant (gosimple) 2018-04-16 21:04:57 +02:00