Code cleanup; add make lint task

This commit is contained in:
Dan Sosedoff
2022-12-01 16:51:12 -06:00
parent dafda4a977
commit f9e376a117
3 changed files with 35 additions and 25 deletions

View File

@@ -15,6 +15,7 @@ usage:
@echo "make release : Generate binaries for all supported OSes"
@echo "make test : Execute test suite"
@echo "make test-all : Execute test suite on multiple PG versions"
@echo "make lint : Execute code linter"
@echo "make clean : Remove all build files and reset assets"
@echo "make docker : Build docker image"
@echo "make docker-release : Build and tag docker image"