fix(write-good): disable linting for weasel words
This commit is contained in:
parent
c3d6241b49
commit
9beee4ed6a
1 changed files with 1 additions and 2 deletions
|
|
@ -29,6 +29,7 @@ return {
|
|||
},
|
||||
config = function()
|
||||
local lint = require("lint")
|
||||
lint.linters.write_good.args = { "--parse", "--no-weasel" }
|
||||
|
||||
lint.linters_by_ft = {
|
||||
javascript = { "eslint_d" },
|
||||
|
|
@ -37,8 +38,6 @@ return {
|
|||
typescriptreact = { "eslint_d" },
|
||||
svelte = { "eslint_d" },
|
||||
python = { "ruff" },
|
||||
-- lua = { "woke" },
|
||||
-- ansible = { "woke" },
|
||||
markdown = { "proselint", "write_good" },
|
||||
text = { "gitleaks", "proselint", "write_good" },
|
||||
sh = { "gitleaks" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue