You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/03/09 22:45:01 UTC

[incubator-openwhisk] branch master updated: Allow tabs for indentation in go code (#3417)

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new eae09eb  Allow tabs for indentation in go code (#3417)
eae09eb is described below

commit eae09ebe11a033fcb485cf513743d42368ef1f26
Author: ptaube <pt...@users.noreply.github.com>
AuthorDate: Fri Mar 9 23:44:59 2018 +0100

    Allow tabs for indentation in go code (#3417)
---
 tools/build/scanCode.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/build/scanCode.cfg b/tools/build/scanCode.cfg
index b87c233..b71c217 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
 

-- 
To stop receiving notification emails like this one, please contact
csantanapr@apache.org.