You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/23 14:19:07 UTC

[GitHub] houshengbo commented on a change in pull request #16: Add support for regex scans and lax on Golang tabs.

houshengbo commented on a change in pull request #16: Add support for regex scans and lax on Golang tabs.
URL: https://github.com/apache/incubator-openwhisk-utilities/pull/16#discussion_r123758881
 
 

 ##########
 File path: scancode/scanCode.py
 ##########
 @@ -224,6 +238,19 @@ def read_scan_options(config):
         raise Exception(ERR_REQUIRED_SECTION % SECTION_OPTIONS)
 
 
+def read_regex(config):
+    """Read the Regular Expressions from the configuration file."""
+    options_dict = get_config_section_dict(config, SECTION_REGEX)
+    # vprint("options_dict: " + str(options_dict))
 
 Review comment:
   If this line is not needed, remove it.
 
----------------------------------------------------------------
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