You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2021/11/25 07:57:07 UTC

[camel-k] 02/06: chore(lint): remove unused lint configurations

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

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

commit bc66d73c01ff2feeb51114431f3f31a44b6b7d1a
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 24 14:52:33 2021 +0100

    chore(lint): remove unused lint configurations
---
 .golangci.yml | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/.golangci.yml b/.golangci.yml
index d9979d7..490d6da 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -59,41 +59,3 @@ linters:
     - contextcheck
     - maligned
 
-issues:
-  exclude-rules:
-    - path: pkg/client/clientset
-      linters:
-        - stylecheck
-        - revive
-        - deadcode
-        - lll
-        - unparam
-        - varcheck
-        - unused
-    - path: pkg/client/informers
-      linters:
-        - stylecheck
-        - revive
-        - deadcode
-        - lll
-        - unparam
-        - varcheck
-        - unused
-    - path: pkg/client/listers
-      linters:
-        - stylecheck
-        - revive
-        - deadcode
-        - lll
-        - unparam
-        - varcheck
-        - unused
-    - path: pkg/resources/resources.go
-      linters:
-        - stylecheck
-        - revive
-        - deadcode
-        - lll
-        - unparam
-        - varcheck
-        - unused