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:
[email protected]


With regards,
Apache Git Services

Reply via email to