Skip to content

Commit 103b092

Browse files
mochaaPgithub-actions[bot]
authored andcommitted
chore: Auto generate docs
1 parent ab04b1d commit 103b092

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/BUILTINS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@ local sources = { null_ls.builtins.diagnostics.trivy }
17791779

17801780
#### Defaults
17811781

1782-
- Filetypes: `{ "terraform", "tf", "terraform-vars", "helmfile", "dockerfile" }`
1782+
- Filetypes: `{ "terraform", "tf", "terraform-vars", "helm", "dockerfile" }`
17831783
- Method: `diagnostics_on_save`
17841784
- Command: `trivy`
17851785
- Args: dynamically resolved (see [source](https://github.com/nvimtools/none-ls.nvim/blob/main/lua/null-ls/builtins/diagnostics/trivy.lua))

doc/builtins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
"terraform",
501501
"tf",
502502
"terraform-vars",
503-
"helmfile",
503+
"helm",
504504
"dockerfile"
505505
]
506506
},

lua/null-ls/builtins/_meta/filetype_map.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ return {
118118
formatting = { "djhtml", "djlint" }
119119
},
120120
dockerfile = {
121-
diagnostics = { "hadolint" }
121+
diagnostics = { "hadolint", "trivy" }
122122
},
123123
dosbatch = {
124124
hover = { "printenv" }
@@ -497,7 +497,7 @@ return {
497497
formatting = { "tidy", "xmllint" }
498498
},
499499
yaml = {
500-
diagnostics = { "actionlint", "cfn_lint", "spectral", "vacuum", "yamllint", "trivy" },
500+
diagnostics = { "actionlint", "cfn_lint", "spectral", "vacuum", "yamllint" },
501501
formatting = { "prettier", "prettierd", "yamlfix", "yamlfmt" }
502502
},
503503
["yaml.ansible"] = {

0 commit comments

Comments
 (0)