X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=blobdiff_plain;f=Makefile;h=fa2db0bbd326f4a4f3da2dfc9e3ef8b531460a41;hp=17f12134ad9b492be50dd9499656428c95327db9;hb=b833e6d877e00290146fcd1e75a533664cf2dcb7;hpb=06e94a0f798e8c3e231ebe01ae85ec1337505ac8 diff --git a/Makefile b/Makefile index 17f1213..fa2db0b 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,11 @@ test: go vet ./... go test $(GOFLAGS) ./... +lint: + shellcheck ci/run + shellcheck cmd/safcm-remote/build.sh + shellcheck cmd/safcm/testdata/ssh/prepare.sh + clean: rm -rf remote/helpers/ rm -f safcm @@ -30,5 +35,6 @@ clean: rm -f cmd/safcm/testdata/ssh/ssh/known_hosts rm -f cmd/safcm/testdata/ssh/sshd/ssh_host_key rm -f cmd/safcm/testdata/ssh/sshd/ssh_host_key.pub + rm -rf cmd/safcm/testdata/ssh/project/no-changes.example.org/ .PHONY: all test clean safcm