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:
[email protected]
With regards,
Apache Git Services