This is an automated email from the ASF dual-hosted git repository.
squakez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new e11ee8651 chore(ci): disable deprecated lint
e11ee8651 is described below
commit e11ee8651a4406a21216c8b4d98e6868e4ca1aa4
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Jun 5 09:05:20 2026 +0200
chore(ci): disable deprecated lint
---
.golangci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.golangci.yml b/.golangci.yml
index 7fc78a2a1..d6d4bf230 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -44,6 +44,7 @@ linters:
- wrapcheck
- wsl
- wsl_v5
+ - gomodguard
settings:
goconst:
min-len: 4