Skip to content
This repository was archived by the owner on Apr 9, 2020. It is now read-only.

Commit 05932ce

Browse files
committed
💚 Removed linters checking
1 parent e83a0ea commit 05932ce

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.gitlab-ci.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@ image: golang:alpine
22

33
stages:
44
- test
5-
- review
65

76
before_script:
87
- apk add --no-cache git build-base bash make
98
- mkdir -p /go/src/gitlab.com/$CI_PROJECT_NAMESPACE /go/src/_/builds
109
- cp -r $CI_PROJECT_DIR /go/src/gitlab.com/$CI_PROJECT_PATH
1110
- ln -s /go/src/gitlab.com/$CI_PROJECT_NAMESPACE /go/src/_/builds/$CI_PROJECT_NAMESPACE
12-
- go get github.com/golangci/golangci-lint/cmd/golangci-lint
13-
- go install github.com/golangci/golangci-lint/cmd/golangci-lint
1411
- make dep
1512

1613
unit_tests:
@@ -22,10 +19,4 @@ code_coverage:
2219
stage: test
2320
script:
2421
- make coverage
25-
coverage: '/^coverage:\s(\d+(?:\.\d+)?%)/'
26-
27-
lint_code:
28-
stage: review
29-
script:
30-
- make lint
31-
allow_failure: true
22+
coverage: '/^coverage:\s(\d+(?:\.\d+)?%)/'

0 commit comments

Comments
 (0)