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" },
|
dockerfile = { "hadolint" },
|
||||||
go = { "golangcilint" },
|
go = { "golangcilint" },
|
||||||
python = { "flake8" },
|
python = { "flake8" },
|
||||||
rust = { "clippy" },
|
-- rust = { "clippy" },
|
||||||
sql = { "sqlfluff" },
|
sql = { "sqlfluff" },
|
||||||
yaml = { "yamllint" },
|
yaml = { "yamllint" },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue