We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1bf653 + 174a5b5 commit fbf4b08Copy full SHA for fbf4b08
lua/mason-nvim-lint/mapping.lua
@@ -48,6 +48,7 @@ M.nvimlint_to_package = {
48
["vulture"] = "vulture",
49
["yamllint"] = "yamllint",
50
["tfsec"] = "tfsec",
51
+ ["tflint"] = "tflint",
52
}
53
54
M.package_to_nvimlint = _.invert(M.nvimlint_to_package)
0 commit comments