From de28bc01a5dfa49723f7f98237472b2856d34d17 Mon Sep 17 00:00:00 2001 From: Shi Han NG Date: Fri, 2 Apr 2021 20:54:09 +0900 Subject: Add tflint configuration --- lua/lspconfig/tflint.lua | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 lua/lspconfig/tflint.lua (limited to 'lua') diff --git a/lua/lspconfig/tflint.lua b/lua/lspconfig/tflint.lua new file mode 100644 index 00000000..ce4c3c65 --- /dev/null +++ b/lua/lspconfig/tflint.lua @@ -0,0 +1,22 @@ +local configs = require "lspconfig/configs" +local util = require "lspconfig/util" + +configs.tflint = { + default_config = { + cmd = {"tflint", "--langserver"}, + filetypes = {"terraform"}, + root_dir = util.root_pattern(".terraform", ".git", ".tflint.hcl") + }, + docs = { + description = [[ +https://github.com/terraform-linters/tflint + +A pluggable Terraform linter that can act as lsp server. +Installation instructions can be found in https://github.com/terraform-linters/tflint#installation. +]], + default_config = { + root_dir = [[root_pattern(".terraform", ".git", ".tflint.hcl")]] + } + } +} +-- vim:et ts=2 sw=2 -- cgit v1.2.3-70-g09d2