learning_go/rbd_exporter/Makefile
2025-12-23 06:40:56 +03:00

26 lines
451 B
Makefile

include scripts/devp/platform.mk
.PHONY: generate
generate: devp/generate-go
.PHONY: test
test: devp/test-go
.PHONY: lint
lint: devp/lint-go-default
.PHONY: format
format: devp/format-go
.PHONY: go-mod-tidy
go-mod-tidy: devp/go-mod-tidy
.PHONY: ci/check
ci/check: devp/ci/check
@# This target is called during Big Bang 'Validate' CI job
.PHONY: ci/test/unit
ci/test/unit: devp/coverage
@# This target is called during Big Bang 'Test' CI job