Skip to content

Commit

Permalink
force misspell to fail when error is found and exclude vendor from ch…
Browse files Browse the repository at this point in the history
…ecks
  • Loading branch information
mavimo committed Aug 15, 2018
1 parent 694ec38 commit a4b40f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ script:
- gosimple $(go list ./...)
- unparam $(go list ./...)
- staticcheck $(go list ./...)
- misspell $(git ls-files | grep -v /vendor/)
- misspell -error $(git ls-files | grep -v vendor/)

0 comments on commit a4b40f9

Please sign in to comment.