Skip to content

Commit c83477c

Browse files
authored
fix(docker): use dockerfile ft for hadolint (#1347)
1 parent 3561ad3 commit c83477c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrocommunity/pack/docker/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ return {
6666
optional = true,
6767
opts = {
6868
linters_by_ft = {
69-
["docker-compose"] = { "hadolint" },
69+
["dockerfile"] = { "hadolint" },
7070
},
7171
},
7272
},

0 commit comments

Comments
 (0)