replace gometalinter with golangci-lint (#596)

Former-commit-id: f43cff5a88f9b70f593cf612832428f71decd92f [formerly 7f5f957bc17fb9e03b37224a1cc31ad65af5468c] [formerly 8e8a054716b10a3999bf75deea0f0d3759c1ac42 [formerly 835c37d1e3fa7442c76b85eec92d6590332b53d1]]
Former-commit-id: 970cbb1ad8489d7117ee580339709a07652def96 [formerly f7a47fc1f409b3acc390fa039c0076b208931748]
Former-commit-id: ec3c2df078a903c6485dd74207e34bab08f1d9c1
This commit is contained in:
1138-4EB
2019-01-02 03:13:53 +01:00
committed by GitHub
parent 901dc2c160
commit 74e93b8df0
6 changed files with 35 additions and 71 deletions

View File

@@ -20,7 +20,7 @@ cache:
jobs:
include:
- stage: lint
script: "./build/run_gometalinter.sh"
script: "./build/run_linters.sh"
- stage: test
script: "./build/build_all.sh"
deploy: