зеркало из https://github.com/golang/dep.git
Remove staticcheck exemption
This seems to no longer be necessary, as the underlying issue has been fixed.
This commit is contained in:
Родитель
070b7619b9
Коммит
5d8400b3f8
|
@ -31,8 +31,7 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- go build -v ./cmd/dep
|
- go build -v ./cmd/dep
|
||||||
- go vet $PKGS
|
- go vet $PKGS
|
||||||
# TODO (kris-nova) remove the ignore flag once we can refactor the code causing problems
|
- staticcheck $PKGS
|
||||||
- staticcheck -ignore='github.com/golang/dep/cmd/dep/status.go:SA4010' $PKGS
|
|
||||||
#- ./hack/validate-gofmt.bash
|
#- ./hack/validate-gofmt.bash
|
||||||
- ./hack/validate-vendor.bash
|
- ./hack/validate-vendor.bash
|
||||||
- gosimple $PKGS
|
- gosimple $PKGS
|
||||||
|
|
Загрузка…
Ссылка в новой задаче