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:26 UTC

[camel-k] branch remove-linter created (now 067d802e0)

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

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


      at 067d802e0 Remove deprecated linters

This branch includes the following new commits:

     new 067d802e0 Remove deprecated linters

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ac...@apache.org.
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