You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/10/04 09:27:27 UTC

[camel-k] 01/01: Remove deprecated linters

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch remove-linter
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 067d802e0d60460a62befbf01fb1f5fcd96fe4c9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 4 11:26:39 2023 +0200

    Remove deprecated linters
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .golangci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.golangci.yml b/.golangci.yml
index 999185e67..78fb370cc 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -24,6 +24,7 @@ linters:
   enable-all: true
   disable:
     - cyclop
+    - deadcode
     - depguard
     - dupl
     - exhaustive
@@ -43,6 +44,7 @@ linters:
     - golint
     - gomnd
     - gomoddirectives
+    - ifshort
     - interfacer
     - ireturn
     - lll
@@ -63,6 +65,7 @@ linters:
     - tagliatelle
     - tenv
     - testpackage
+    - varcheck
     - varnamelen
     - wastedassign
     - whitespace