mirror of https://github.com/grafana/grafana.git
See,
$ gometalinter --vendor --deadline 10m --disable-all --enable=megacheck ./...
pkg/plugins/plugins.go:124:4⚠️ ineffective break statement. Did you mean to break out of the outer loop? (SA4011) (megacheck)
|
||
|---|---|---|
| .. | ||
| datasource/wrapper | ||
| testdata | ||
| app_plugin.go | ||
| backend_utils.go | ||
| dashboard_importer.go | ||
| dashboard_importer_test.go | ||
| dashboards.go | ||
| dashboards_test.go | ||
| dashboards_updater.go | ||
| datasource_plugin.go | ||
| frontend_plugin.go | ||
| frontend_plugin_test.go | ||
| hclog-wrapper.go | ||
| models.go | ||
| panel_plugin.go | ||
| plugins.go | ||
| plugins_test.go | ||
| queries.go | ||
| renderer_plugin.go | ||
| update_checker.go | ||