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:25:44 UTC

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

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

 ##########
 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:
   Good catch, should have commented out the tracing line
 
----------------------------------------------------------------
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