Skip to content

Commit c572c3b

Browse files
committed
Remove lint-internal make target
Signed-off-by: Evan Lezar <[email protected]>
1 parent 3f7ed7c commit c572c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ CMDS := $(patsubst ./cmd/%/,%,$(sort $(dir $(wildcard ./cmd/*/))))
3939
CMD_TARGETS := $(patsubst %,cmd-%, $(CMDS))
4040

4141
CHECK_TARGETS := lint
42-
MAKE_TARGETS := binaries build check fmt lint-internal test examples cmds coverage generate licenses vendor check-vendor $(CHECK_TARGETS)
42+
MAKE_TARGETS := binaries build check fmt test examples cmds coverage generate licenses vendor check-vendor $(CHECK_TARGETS)
4343

4444
TARGETS := $(MAKE_TARGETS) $(EXAMPLE_TARGETS) $(CMD_TARGETS)
4545

0 commit comments

Comments
 (0)