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 <[email protected]>
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

Reply via email to