feat: add sql injections

This commit is contained in:
2025-07-30 22:00:42 +03:00
parent 18671923c6
commit 40dda1c8f3
7 changed files with 39 additions and 120 deletions

View File

@@ -4,16 +4,16 @@ return {
opts = {
events = { "InsertLeave", "BufWritePost", "BufReadPost", "InsertEnter" },
linters_by_ft = {
["*"] = { "codespell", "typos" },
cmake = { "cmakelint" },
htmldjango = { "djlint" },
javascript = js,
javascriptreact = js,
lua = { "selene" },
python = { "mypy" },
sql = { "sqruff" },
typescript = js,
typescriptreact = js,
python = { "mypy" },
htmldjango = { "djlint" },
sql = { "sqruff" },
lua = { "selene" },
cmake = { "cmakelint" },
["*"] = { "codespell", "typos" },
},
},
config = function(_, opts)