You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Detekt in the Uber monorepo, we've run into issues with extremely long argument lists that result in "Argument list too long" exceptions in the build, for things like Classpath or source lists. We've worked around it for now by trimming down our use of absolute paths in a custom Buck genrule.
Detekt CLI should have the ability to take an args file containing this information to work with larger argument lists that exceed the shell limits.
The text was updated successfully, but these errors were encountered:
When using Detekt in the Uber monorepo, we've run into issues with extremely long argument lists that result in "Argument list too long" exceptions in the build, for things like Classpath or source lists. We've worked around it for now by trimming down our use of absolute paths in a custom Buck genrule.
Detekt CLI should have the ability to take an args file containing this information to work with larger argument lists that exceed the shell limits.
The text was updated successfully, but these errors were encountered: