Skip to content

Commit

Permalink
wercker: remove lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 12, 2016
1 parent 03d64a8 commit d8c6923
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,13 @@ build:
name: go get
code: |
go get -v -t ./...
go get -v github.com/golang/lint/golint
# Build the project
- script:
name: go build
code: |
go build ./...
- script:
name: golint
code: |
VIOLATIONS=$(golint ./...)
echo $VIOLATIONS
test $(echo $VIOLATIONS | wc -l) -eq 10
# Test the project
- script:
name: go test
Expand Down

0 comments on commit d8c6923

Please sign in to comment.