Exclude directory while using --recursive option #2126
Unanswered
massimiliano96
asked this question in
Q&A
Replies: 1 comment
-
Currently, it is not possible to exclude specific directories using the
This issue has been discussed before, but it remains an open problem with no optimal interface yet found. |
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
-
Hi all!
I have the following repository structure for a Terraform module:
module
└── examples
└── submodule1
└── submodule2
I would like to scan it using TFLint with the recursive option, in order to scan also the submodules.
How can I exclude the examples/ folder?
Beta Was this translation helpful? Give feedback.
All reactions