5 lines
138 B
Lua
5 lines
138 B
Lua
return {
|
|
cmd = { 'tflint', '--langserver' },
|
|
filetypes = { 'terraform' },
|
|
root_markers = { '.terraform', '.git', '.tflint.hcl' },
|
|
}
|