1
0
Fork 0

lint: disable clippy, as it is slow and blocks other compilations.

This commit is contained in:
Felipe 2023-08-29 16:37:38 -04:00
parent 8a5d37a299
commit dbe638d69c
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -327,7 +327,7 @@ local linters = {
dockerfile = { "hadolint" },
go = { "golangcilint" },
python = { "flake8" },
rust = { "clippy" },
-- rust = { "clippy" },
sql = { "sqlfluff" },
yaml = { "yamllint" },
}