You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/04/25 07:18:58 UTC

[camel-k] branch main updated: fix(#4061) Remove deprecated linters

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 <jb...@redhat.com>
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