Skip to content

Commit 1e15b10

Browse files
committedMar 24, 2022
Temporarily drop lint target while unused
Drops lint target as it is not currently being used. Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
1 parent 690261c commit 1e15b10

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎Makefile

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@ image:
1010

1111
all: build image
1212

13-
lint:
14-
@$(LINT) run
15-
1613
tidy:
1714
@go mod tidy
1815

1916
test:
2017
@go test -v ./...
2118

22-
.PHONY: tidy lint clean build image all
19+
.PHONY: tidy clean build image all

0 commit comments

Comments
 (0)