You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/24 19:02:26 UTC

[GitHub] dubee closed pull request #282: WIP: check if golint works

dubee closed pull request #282: WIP: check if golint works
URL: https://github.com/apache/incubator-openwhisk-cli/pull/282
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/build.gradle b/build.gradle
index b8bfb346..e966d54b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -176,6 +176,7 @@ task getGoLint(type: com.github.blindpirate.gogradle.Go) {
     go 'get -u github.com/golang/lint/golint'
 }
 
+
 task goLint(type: com.github.blindpirate.gogradle.Go, dependsOn: getGoLint) {
     // WARNING:  The single quotes are intentional!  The gogradle plugin will
     //           parse the command with the GString engine at execution time.


 

----------------------------------------------------------------
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