We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
related to AlDanial/cloc#112 also probably should use a local version of cloc
Sorry, something went wrong.
darvid7
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: