Skip to content

Commit

Permalink
exclude vendor in wercker golint
Browse files Browse the repository at this point in the history
  • Loading branch information
klauern committed Sep 23, 2017
1 parent 6ebfe8e commit 9df0248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ build:
# Run golint to find suggestions for code fixes after everything else passes (polish)
- golint
exclude: "^vendor"

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

0 comments on commit 9df0248

Please sign in to comment.