Skip to content

Commit

Permalink
Merge pull request #1177 from alejovicu/CORS-748
Browse files Browse the repository at this point in the history
Prow: Add golint to openshift/installer
  • Loading branch information
openshift-merge-robot authored Aug 15, 2018
2 parents b9dadd3 + a50f4ba commit 72de1d3
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,24 @@ presubmits:
args:
- ./hack/go-vet.sh
- ./...

- name: ci-pull-openshift-installer-golint
trigger: "(?m)^/test golint"
rerun_command: "/test golint"
context: ci/prow/golint
always_run: true
skip_report: false
agent: kubernetes
decorate: true
spec:
containers:
- image: quay.io/coreos/golang-testing
env:
- name: IS_CONTAINER
value: "TRUE"
command:
- sh
args:
- ./hack/go-lint.sh
- installer/...
- tests/smoke

0 comments on commit 72de1d3

Please sign in to comment.