This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-go-plugin-runner.git
The following commit(s) were added to refs/heads/master by this push:
new 91f66e6 ci: don't run misspell twice (#26)
91f66e6 is described below
commit 91f66e638b928b6e98b6fa598e82fb6b85eadec0
Author: 罗泽轩 <[email protected]>
AuthorDate: Thu Jul 29 09:00:10 2021 +0800
ci: don't run misspell twice (#26)
---
.golangci.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.golangci.yml b/.golangci.yml
index 457465b..7d9b897 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -28,7 +28,6 @@ linters:
- goimports
- gosimple
- ineffassign
- - misspell
- staticcheck
- structcheck
- unconvert