This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch fix-github-ubuntu-2004-runner-removed
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to
refs/heads/fix-github-ubuntu-2004-runner-removed by this push:
new d84895904 deprecate golint and exportloopref
d84895904 is described below
commit d8489590415b12a49ea568f2ef2c26256110ea32
Author: Dan Wang <[email protected]>
AuthorDate: Fri Apr 25 16:57:09 2025 +0800
deprecate golint and exportloopref
---
.golangci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.golangci.yml b/.golangci.yml
index deab2f145..e3b700499 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -19,10 +19,10 @@ linters:
enable:
- gofmt
- goimports
- - golint
+ - revive
- bodyclose
- exhaustive
- - exportloopref
+ - copyloopvar
linters-settings:
exhaustive:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]