This seems to no longer be necessary, as the underlying issue has been
fixed.
This commit is contained in:
Aiden Scandella 2017-05-11 00:13:31 -07:00
Родитель 070b7619b9
Коммит 5d8400b3f8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 17C559C421D83A19
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -31,8 +31,7 @@ before_script:
script:
- go build -v ./cmd/dep
- go vet $PKGS
# TODO (kris-nova) remove the ignore flag once we can refactor the code causing problems
- staticcheck -ignore='github.com/golang/dep/cmd/dep/status.go:SA4010' $PKGS
- staticcheck $PKGS
#- ./hack/validate-gofmt.bash
- ./hack/validate-vendor.bash
- gosimple $PKGS