Skip to content

Commit fbf4b08

Browse files
authored
Merge pull request #3 from dudicoco/patch-2
2 parents b1bf653 + 174a5b5 commit fbf4b08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/mason-nvim-lint/mapping.lua

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ M.nvimlint_to_package = {
4848
["vulture"] = "vulture",
4949
["yamllint"] = "yamllint",
5050
["tfsec"] = "tfsec",
51+
["tflint"] = "tflint",
5152
}
5253

5354
M.package_to_nvimlint = _.invert(M.nvimlint_to_package)

0 commit comments

Comments
 (0)