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
Thanks for providing these details. We probably need a few more data points.
Can you please:
Share the command that you used to run super-linter locally in order to reproduce the issue?
Run super-linter locally with the CREATE_LOG_FILE variable set to true, and attach the log file here so we can have a look?
Share a bit more about the structure of your repository (not necessarily the contents, if it's private)? We need this to build a test case to reproduce the issue.
docker run --rm -e RUN_LOCAL=true -e DEFAULT_BRANCH=main -v "$(pwd)":/tmp/lint ghcr.io/super-linter/super-linter:v6.0.0
Sorry, I cannot do that because it would contain sensitive information which I cannot share.
We have a single folder in the repository called terraform which contains ~20 additional folders, each containing HCL files (separate TF states, handling different parts of infrastructure). It's ~10k (HCL) LOC. Please ask for more details if you need to know anything more specific.
Is there an existing issue for this?
Current Behavior
tflint fails due to read error on parallel runs (suspected reason, because on v5 it works).
Expected Behavior
tflint should not fail with the read error.
Super-Linter version
Relevant log output
Steps To Reproduce
Anything else?
v6.0.0
The text was updated successfully, but these errors were encountered: