rabbah commented on a change in pull request #2326: (WIP) Alphabetize
URL: 
https://github.com/apache/incubator-openwhisk/pull/2326#discussion_r119712723
 
 

 ##########
 File path: tools/cli/go-whisk-cli/commands/action.go
 ##########
 @@ -310,7 +311,7 @@ var actionListCmd = &cobra.Command{
         if actions, _, err = client.Actions.List(qualifiedName.entityName, 
options); err != nil {
             return actionListError(qualifiedName.entityName, options, err)
         }
-
+        
 
 Review comment:
   I suggest using a prehook that runs our scan code - this will save you from 
failed travis builds: 
https://github.com/apache/incubator-openwhisk/wiki/Contributing:-Git-guidelines
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to