Replies: 1 comment
-
We need some sort of reproduction to move forward with a bug. The logs only show that the plugin is hanging. We need some info on why. You could drop the log level to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
First of all, thanks a lot for your hard work on this project!
Now to the actual issue.
I've not done any investigation as to the replication steps for what is triggering this error but here is the error in it's totality that for a particular repo (private unfortunately) causes an error for all machines I have tried this one (3 so far).
The crux of the issue is that although tflint runs, it doesn't actually seem to do any linting. I even added a deliberate issue (invalid ec2 instance type) and found that tflint didn't pick it up.
When looking into the debug logs, it appears as though it's silently failing.
I also got this similar looking error in another repository
This occurs on both the docker run time but also when installed locally via brew.
This was done with
Hope that's enough information. Let me know if you want me to look into anything else.
Beta Was this translation helpful? Give feedback.
All reactions