Is it possible to save tflint output in a file? Might be useful when used in a pre-commit hook #1581
Answered
by
bendrucker
JuanJoanJon
asked this question in
Q&A
-
Is it possible to save tflint output in a file? Might be useful when used in a pre-commit hook. |
Beta Was this translation helpful? Give feedback.
Answered by
bendrucker
Nov 2, 2022
Replies: 1 comment 4 replies
-
Not offered. Is there a reason you wouldn't just use a shell?
Not aware of any linter tools that offer file output as described, both because it's an uncommon need and it's readily handled via shell. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
JuanJoanJon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not offered. Is there a reason you wouldn't just use a shell?
Not aware of any linter tools that offer file output as described, both because it's an uncommon need and it's readily handled via shell.