diff --git a/.woodpecker/.lint.yml b/.woodpecker/.lint.yml index 1ccd077..380b3d4 100644 --- a/.woodpecker/.lint.yml +++ b/.woodpecker/.lint.yml @@ -6,12 +6,5 @@ platform: linux/amd64 pipeline: lint: image: 'chewingbever/vlang:latest' - group: lint commands: - make lint - - vet: - image: 'chewingbever/vlang:latest' - group: lint - commands: - - make vet diff --git a/Makefile b/Makefile index 103aca6..bf77b62 100644 --- a/Makefile +++ b/Makefile @@ -60,10 +60,6 @@ lint: fmt: $(V) fmt -w $(SRC_DIR) -.PHONY: vet -vet: - $(V) vet -W $(SRC_DIR) - # Pulls & builds my personal build of the v compiler, required for this project to function .PHONY: customv customv: