You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2020/01/28 13:59:06 UTC

[camel-k] 02/05: fix #1188: remove linter from autogenerated file

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

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

commit b664a0d4558281a269cb11f7c13c51a3025d3815
Author: Nicola Ferraro <ni...@gmail.com>
AuthorDate: Wed Jan 22 09:45:12 2020 +0100

    fix #1188: remove linter from autogenerated file
---
 .golangci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.golangci.yml b/.golangci.yml
index a3987eb..2d901b8 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -58,3 +58,12 @@ issues:
         - unparam
         - varcheck
         - unused
+    - path: deploy/resources.go
+      linters:
+        - stylecheck
+        - golint
+        - deadcode
+        - lll
+        - unparam
+        - varcheck
+        - unused