This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git
The following commit(s) were added to refs/heads/master by this push:
new 246c802 [YUNIKORN-2729] remove --new-from-rev from Makefile (#195)
246c802 is described below
commit 246c8020d6ae7d35f8d8d46cf3465973840dbb90
Author: rich7420 <[email protected]>
AuthorDate: Mon Jul 8 17:34:46 2024 +0800
[YUNIKORN-2729] remove --new-from-rev from Makefile (#195)
Closes: #195
Signed-off-by: Chia-Ping Tsai <[email protected]>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7021f34..d98ffbf 100644
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,7 @@ lint: $(GOLANGCI_LINT_BIN)
@git symbolic-ref -q HEAD && REV="origin/HEAD" || REV="HEAD^" ; \
headSHA=$$(git rev-parse --short=12 $${REV}) ; \
echo "checking against commit sha $${headSHA}" ; \
- "$(GOLANGCI_LINT_BIN)" run --new-from-rev=$${headSHA}
+ "$(GOLANGCI_LINT_BIN)" run
.PHONY: license-check
# This is a bit convoluted but using a recursive grep on linux fails to write
anything when run
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]