Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request weaveworks#49 from weaveworks/pin-shfmt
Browse files Browse the repository at this point in the history
Try and vendor a specific version of shfmt
  • Loading branch information
tomwilkie authored Nov 6, 2016
2 parents 76619c2 + fea98f6 commit 19d3b6e
Show file tree
Hide file tree
Showing 11 changed files with 5,347 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ dependencies:
- mkdir -p $(dirname $SRCDIR)
- cp -r $(pwd)/ $SRCDIR
- |
cd $SRCDIR;
go get \
github.com/fzipp/gocyclo \
github.com/golang/lint/golint \
github.com/kisielk/errcheck \
github.com/mvdan/sh/cmd/shfmt
./vendor/github.com/mvdan/sh/cmd/shfmt
test:
override:
Expand Down
27 changes: 27 additions & 0 deletions vendor/github.com/mvdan/sh/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

202 changes: 202 additions & 0 deletions vendor/github.com/mvdan/sh/cmd/shfmt/main.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions vendor/github.com/mvdan/sh/syntax/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 19d3b6e

Please sign in to comment.