mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -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
|
// https://github.com/terraform-linters/tflint/blob/master/docs/guides/config.md
|
||||||
config {
|
config {
|
||||||
module = true
|
module = false
|
||||||
deep_check = false
|
deep_check = false
|
||||||
force = false
|
force = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue