mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-28 02:29:58 -05:00
* Removed id attribute of the network resource. * Update dependencies. Mainly `go-dockerclient`
11 lines
252 B
YAML
11 lines
252 B
YAML
dependencies:
|
|
post:
|
|
# install golint
|
|
- go get github.com/golang/lint/golint
|
|
|
|
test:
|
|
pre:
|
|
# run analysis before tests
|
|
- go vet ./...
|
|
- test -z "$(golint ./... | tee /dev/stderr)"
|
|
- test -z "$(gofmt -s -l . | tee /dev/stderr)"
|