You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/01/03 14:54:28 UTC

[GitHub] lburgazzoli commented on a change in pull request #314: chore(knative): do not change spec during processing

lburgazzoli commented on a change in pull request #314: chore(knative): do not change spec during processing
URL: https://github.com/apache/camel-k/pull/314#discussion_r245023031
 
 

 ##########
 File path: pkg/apis/camel/v1alpha1/types.go
 ##########
 @@ -18,12 +18,10 @@ limitations under the License.
 package v1alpha1
 
 import (
-	"strings"
-
 	"github.com/apache/camel-k/pkg/util"
-
 	"github.com/mitchellh/mapstructure"
 	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
+	"strings"
 
 Review comment:
   I think this is going to hurt golintci

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services