lint: disable clippy, as it is slow and blocks other compilations.
This commit is contained in:
parent
8a5d37a299
commit
dbe638d69c
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -327,7 +327,7 @@ local linters = {
|
|||
dockerfile = { "hadolint" },
|
||||
go = { "golangcilint" },
|
||||
python = { "flake8" },
|
||||
rust = { "clippy" },
|
||||
-- rust = { "clippy" },
|
||||
sql = { "sqlfluff" },
|
||||
yaml = { "yamllint" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue