This is an automated email from the ASF dual-hosted git repository.
pcongiusti 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 52e54f0b1 fix(#4061) Remove deprecated linters
52e54f0b1 is described below
commit 52e54f0b1daa0c96c7a298a420de085b0cce931c
Author: Jan Bouska <[email protected]>
AuthorDate: Mon Apr 24 12:43:36 2023 +0200
fix(#4061) Remove deprecated linters
---
.golangci.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.golangci.yml b/.golangci.yml
index bfba2ec93..768b46cc5 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -52,11 +52,15 @@ linters:
- nlreturn
- nosnakecase
- paralleltest
+ - rowserrcheck
- scopelint
+ - structcheck
+ - sqlclosecheck
- tagliatelle
- tenv
- testpackage
- varnamelen
+ - wastedassign
- whitespace
- wrapcheck
- wsl