Skip to content

Commit

Permalink
tweak exclusion on wercker build
Browse files Browse the repository at this point in the history
  • Loading branch information
klauern committed Sep 23, 2017
1 parent 9df0248 commit 7c2d400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ build:
go test ./...
# Run golint to find suggestions for code fixes after everything else passes (polish)
- golint
exclude: "^vendor"
- golint:
exclude: "vendor"

- script:
name: install goxc (and related deps) for release
Expand Down

0 comments on commit 7c2d400

Please sign in to comment.