grafana/scripts
Mario Trangoni 4b68055c16 scripts/build/*: Fix some golint issues
See,

$ gometalinter --vendor --disable-all --enable=golint ./...
build/release_publisher/externalrelease.go:55:6⚠️ type getHttpContents should be getHTTPContents (golint)
build/release_publisher/publisher.go:18:2⚠️ struct field apiUri should be apiURI (golint)
build/release_publisher/publisher.go:66:6⚠️ exported type ReleaseType should have comment or be unexported (golint)
build/release_publisher/publisher.go:69:2⚠️ exported const STABLE should have comment (or a comment on this block) or be unexported (golint)
build/release_publisher/publisher.go:185:16⚠️ should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
build/release_publisher/publisher_test.go:102:6⚠️ type mockHttpGetter should be mockHTTPGetter (golint)
2019-01-25 11:21:47 +01:00
..
build scripts/build/*: Fix some golint issues 2019-01-25 11:21:47 +01:00
grunt Husky and sasslint fixes, fixes #14638 2018-12-25 20:20:59 +01:00
webpack Removes unnecessary warnings from webpack output about missing exports 2019-01-09 11:33:08 +01:00
circle-test-backend.sh adds integration tests to ci build 2018-12-17 16:36:57 +01:00
circle-test-frontend.sh Don't do a full frontend release build in test-frontend job, added typescheck (tsc noEmit) instead, fixes #14639 2018-12-24 07:12:49 +01:00
gometalinter.sh moved script and added exit_if_fail 2019-01-21 13:07:28 +01:00
import_many_dashboards.sh feat(sqlstore): added index for dashboard_id in dashboard_tag table, fixes #5868 2016-09-21 21:32:51 +02:00
tag_release.sh build: script for tagging and pushing a release 2018-05-18 13:07:26 +02:00
trigger_docker_build.sh tech(build): starts docker build for latest build 2017-02-02 10:41:11 +01:00
trigger_grafana_packer.sh move circle trigger to /scripts 2016-09-15 12:57:41 +02:00
trigger_windows_build.sh build: cleanup 2018-03-09 12:19:52 +01:00