aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/tflint.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/tflint.lua')
-rw-r--r--lsp/tflint.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/tflint.lua b/lsp/tflint.lua
index eccdebde..0e2313b0 100644
--- a/lsp/tflint.lua
+++ b/lsp/tflint.lua
@@ -1,6 +1,6 @@
---@brief
---
----https://github.com/terraform-linters/tflint
+-- 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.