Open darvid7 opened 7 years ago
TODO: Catch error: Complex regular subexpression recursion limit (32766) exceeded at /usr/local/bin/cloc line 7272.
Issue when recursion limit reached when dealing with a large repo, when
def run_cloc_script(repository_url):
calls cloc shell script.
related to https://github.com/AlDanial/cloc/issues/112 also probably should use a local version of cloc
TODO: Catch error: Complex regular subexpression recursion limit (32766) exceeded at /usr/local/bin/cloc line 7272.
Issue when recursion limit reached when dealing with a large repo, when
calls cloc shell script.