Skip to content

Commit

Permalink
Remove GPL3 package and coprhd
Browse files Browse the repository at this point in the history
Added a check in travis to make sure that no GPL packages are added

Signed-off-by: Luis Pabón <[email protected]>
  • Loading branch information
lpabon committed Feb 28, 2020
1 parent 798ebd8 commit 2bb0bb2
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 928 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ install:
- go get -u github.com/vbatts/git-validation
script:
- git-validation -run DCO,short-subject
- go fmt $(go list ./... | grep -v vendor) | wc -l | grep 0
- go fmt $(go list ./... | grep -v vendor) | wc -l | grep "^0"
- make docker-proto
- git diff $(find . -name "*.pb.*go" -o -name "api.swagger.json" | grep -v vendor) | wc -l | grep "^0"
- git grep -rw GPL vendor | grep LICENSE | egrep -v "yaml.v2" | wc -l | grep "^0"
- make sdk-check-version
- make install
- make vet
Expand Down
75 changes: 0 additions & 75 deletions vendor/gopkg.in/jmcvetta/napping.v3/README.md

This file was deleted.

1 change: 0 additions & 1 deletion vendor/gopkg.in/jmcvetta/napping.v3/VERSION

This file was deleted.

62 changes: 0 additions & 62 deletions vendor/gopkg.in/jmcvetta/napping.v3/api.go

This file was deleted.

32 changes: 0 additions & 32 deletions vendor/gopkg.in/jmcvetta/napping.v3/doc.go

This file was deleted.

95 changes: 0 additions & 95 deletions vendor/gopkg.in/jmcvetta/napping.v3/request.go

This file was deleted.

Loading

0 comments on commit 2bb0bb2

Please sign in to comment.