Skip to content

Commit

Permalink
Removed contivmodel's Godeps and vendor directories
Browse files Browse the repository at this point in the history
Also added note about why contivmodel's code is excluded from code quality tools

Signed-off-by: Bill Robinson <dseevr@users.noreply.github.com>
  • Loading branch information
dseevr committed Nov 28, 2017
1 parent ef729ee commit 2b79970
Show file tree
Hide file tree
Showing 324 changed files with 2 additions and 168,597 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
DEFAULT_DOCKER_VERSION := 1.12.6
V2PLUGIN_DOCKER_VERSION := 1.13.1
SHELL := /bin/bash
EXCLUDE_DIRS := bin docs Godeps scripts vagrant vendor install
# TODO: contivmodel should be removed once its code passes golint and misspell
EXCLUDE_DIRS := bin docs Godeps scripts vagrant vendor install contivmodel
PKG_DIRS := $(filter-out $(EXCLUDE_DIRS),$(subst /,,$(sort $(dir $(wildcard */)))))
TO_BUILD := ./netplugin/ ./netmaster/ ./netctl/netctl/ ./mgmtfn/k8splugin/contivk8s/ ./mgmtfn/mesosplugin/netcontiv/
HOST_GOBIN := `if [ -n "$$(go env GOBIN)" ]; then go env GOBIN; else dirname $$(which go); fi`
Expand Down
84 changes: 0 additions & 84 deletions contivmodel/Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions contivmodel/Godeps/Readme

This file was deleted.

1 change: 0 additions & 1 deletion contivmodel/vendor/github.com/Sirupsen/logrus/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions contivmodel/vendor/github.com/Sirupsen/logrus/.travis.yml

This file was deleted.

85 changes: 0 additions & 85 deletions contivmodel/vendor/github.com/Sirupsen/logrus/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions contivmodel/vendor/github.com/Sirupsen/logrus/LICENSE

This file was deleted.

Loading

0 comments on commit 2b79970

Please sign in to comment.