Skip to content

Commit 2b79970

Browse files
committed
Removed contivmodel's Godeps and vendor directories
Also added note about why contivmodel's code is excluded from code quality tools Signed-off-by: Bill Robinson <[email protected]>
1 parent ef729ee commit 2b79970

File tree

324 files changed

+2
-168597
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

324 files changed

+2
-168597
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
DEFAULT_DOCKER_VERSION := 1.12.6
99
V2PLUGIN_DOCKER_VERSION := 1.13.1
1010
SHELL := /bin/bash
11-
EXCLUDE_DIRS := bin docs Godeps scripts vagrant vendor install
11+
# TODO: contivmodel should be removed once its code passes golint and misspell
12+
EXCLUDE_DIRS := bin docs Godeps scripts vagrant vendor install contivmodel
1213
PKG_DIRS := $(filter-out $(EXCLUDE_DIRS),$(subst /,,$(sort $(dir $(wildcard */)))))
1314
TO_BUILD := ./netplugin/ ./netmaster/ ./netctl/netctl/ ./mgmtfn/k8splugin/contivk8s/ ./mgmtfn/mesosplugin/netcontiv/
1415
HOST_GOBIN := `if [ -n "$$(go env GOBIN)" ]; then go env GOBIN; else dirname $$(which go); fi`

contivmodel/Godeps/Godeps.json

-84
This file was deleted.

contivmodel/Godeps/Readme

-5
This file was deleted.

contivmodel/vendor/github.com/Sirupsen/logrus/.gitignore

-1
This file was deleted.

contivmodel/vendor/github.com/Sirupsen/logrus/.travis.yml

-8
This file was deleted.

contivmodel/vendor/github.com/Sirupsen/logrus/CHANGELOG.md

-85
This file was deleted.

contivmodel/vendor/github.com/Sirupsen/logrus/LICENSE

-21
This file was deleted.

0 commit comments

Comments
 (0)