This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git
The following commit(s) were added to refs/heads/develop by this push:
new 118d44c reviewdog use default flags (#167)
118d44c is described below
commit 118d44c834cee17d2436cbc52abe459cdf710484
Author: zhangxun <[email protected]>
AuthorDate: Mon May 17 15:49:50 2021 +0800
reviewdog use default flags (#167)
---
.github/workflows/reviewdog.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml
index 428db72..d16ed55 100644
--- a/.github/workflows/reviewdog.yml
+++ b/.github/workflows/reviewdog.yml
@@ -31,4 +31,4 @@ jobs:
- name: golangci-lint
uses: ./.github/actions/review-dog
with:
- golangci_lint_flags: "--enable-all --timeout=10m
--exclude-use-default=false"
+ golangci_lint_flags: "--timeout=10m"
\ No newline at end of file