Ignore crate for codespell

main
Ensar Sarajčić 2024-11-01 14:12:10 +01:00
parent 96a790fed1
commit 3481ac43b5
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ require("lint").linters_by_ft = {
gdscript = { "gdlint" },
}
local codespell_config = require("lint").linters.codespell
table.insert(codespell_config.args, 0, "crate")
table.insert(codespell_config.args, 0, "-L")
require("lint").linters.misspell = {
name = "Misspell",
stdin = true,