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/06 21:58:58 UTC

[GitHub] ptaube opened a new issue #3403: Accept tabs in go code

ptaube opened a new issue #3403: Accept tabs in go code
URL: https://github.com/apache/incubator-openwhisk/issues/3403
 
 
   Right now scanCode.cfg contains following line
   `*.go=has_block_license, no_tabs, no_trailing_spaces, eol_at_eof`
   which causes any go code which contains tabs to be rejected. Actually it's standard in go to use tabs and gofmt - the standard formatting tool in go - reformats all go code to use tabs for indentation. 
   
   In order to get go code be accepted according go coding standards
   `*.go=has_block_license, no_tabs, no_trailing_spaces, eol_at_eof`
   has to be changed to
   `*.go=has_block_license, 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