-
-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
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
Output filepath (#161) #162
Conversation
This is an example of the output changed by this PR:
|
c794ee7
to
04100eb
Compare
In the above output you see that tflint runs multiple times in the same directory, is this expected ? |
@varac Hi, really like this feature. Maybe if you included |
It's a private repo so I don't like to disclose it publicly. I think you are referring to the fact that that tflint runs multiple times in the same directory ? I'll better open a dedicated issue for this. This PR is just for printing the path tflint is working on. |
In that case I think that makes sense. |
@antonbabenko ping, what do you think about this PR ? |
@Vlaaaaaaad I noticed you liked my PR, and since @antonbabenko takes preference on issues/PRs from sponsors it may help if you participate in the discussion to give @antonbabenko incentive to look at this 1 line change |
if multiple files in a single directory are changed (or pre-commit provides the require_serial option which helps but is also slower |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution!
When test PR, I found that dirs will print always, not only when TFLint found errors.
Found working solution, but no chance to integrate it to this PR, so I open #234 that do it.
No description provided.