aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/DreamItGetIT/statuscake/makefile
diff options
context:
space:
mode:
authorJake Champlin <jake@gnu.space>2017-06-09 17:54:32 +0000
committerJake Champlin <jake@gnu.space>2017-06-09 17:54:32 +0000
commit9b12e4fe6f3c95986f1f3ec791636c58ca7e7583 (patch)
tree38f5f12bec0e488a12f0459a7356e6b7de7d8f84 /vendor/github.com/DreamItGetIT/statuscake/makefile
parentcec3de8a3bcaffd21dedd1bf42da4b490cae7e16 (diff)
downloadterraform-provider-statuscake-9b12e4fe6f3c95986f1f3ec791636c58ca7e7583.tar.gz
terraform-provider-statuscake-9b12e4fe6f3c95986f1f3ec791636c58ca7e7583.tar.zst
terraform-provider-statuscake-9b12e4fe6f3c95986f1f3ec791636c58ca7e7583.zip
Transfer of provider code
Diffstat (limited to 'vendor/github.com/DreamItGetIT/statuscake/makefile')
-rw-r--r--vendor/github.com/DreamItGetIT/statuscake/makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/DreamItGetIT/statuscake/makefile b/vendor/github.com/DreamItGetIT/statuscake/makefile
new file mode 100644
index 0000000..946f6d9
--- /dev/null
+++ b/vendor/github.com/DreamItGetIT/statuscake/makefile
@@ -0,0 +1,11 @@
1.PHONY: default lint test
2
3default: lint test
4
5lint:
6 @golint ./...
7 @go vet ./...
8
9test:
10 go test ${GOTEST_ARGS} ./...
11