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/03/09 22:45:01 UTC

[GitHub] csantanapr closed pull request #3417: Allow tabs for indentation in go code

csantanapr closed pull request #3417: Allow tabs for indentation in go code
URL: https://github.com/apache/incubator-openwhisk/pull/3417
 
 
   

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/tools/build/scanCode.cfg b/tools/build/scanCode.cfg
index b87c2337c6..b71c2170de 100644
--- a/tools/build/scanCode.cfg
+++ b/tools/build/scanCode.cfg
@@ -18,7 +18,7 @@ ApacheIBMLicenseHeader.txt
 *.js=no_tabs, no_trailing_spaces, eol_at_eof
 *.gradle=no_tabs, no_trailing_spaces, eol_at_eof
 *.md=no_tabs, eol_at_eof
-*.go=has_block_license, no_tabs, no_trailing_spaces, eol_at_eof
+*.go=has_block_license, no_trailing_spaces, eol_at_eof
 build.xml=no_tabs, no_trailing_spaces, eol_at_eof
 deploy.xml=no_tabs, no_trailing_spaces, eol_at_eof
 


 

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