mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
Setting tflint modules to false
This commit is contained in:
parent
6812f75bd9
commit
2c11d49973
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
// https://github.com/terraform-linters/tflint/blob/master/docs/guides/config.md
|
||||
config {
|
||||
module = true
|
||||
module = false
|
||||
deep_check = false
|
||||
force = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue