chore: remove gocyclo linter from project configuration

- Remove the gocyclo linter from the configuration

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2024-08-13 23:16:21 +08:00
parent 104ffc4fe7
commit 3660832535
-1
View File
@@ -9,7 +9,6 @@ linters:
- gochecknoinits
- goconst
- gocritic
- gocyclo
- gofmt
- goimports
- goprintffuncname