Skip to content

Commit 9ed07da

Browse files
committed
uncomment lint
Signed-off-by: Chengxuan Xing <[email protected]>
1 parent 0a7dddc commit 9ed07da

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
@@ -19,7 +19,7 @@ coverage.html:
1919
$(VGO) tool cover -html=coverage.txt
2020
coverage: test coverage.html
2121
lint: ${LINT}
22-
# GOGC=20 $(LINT) run -v --timeout 5m
22+
GOGC=20 $(LINT) run -v --timeout 5m
2323
${MOCKERY}:
2424
$(VGO) install github.com/vektra/mockery/v2@latest
2525
${LINT}:

0 commit comments

Comments
 (0)