1
0
Fork 0

lint: clippy should ignore exit code

This commit is contained in:
Felipe 2023-08-04 01:08:21 -04:00
parent 5438de2a4e
commit 5c650bbc18
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -295,7 +295,7 @@ lint.linters.clippy = {
append_fname = false, append_fname = false,
args = { "clippy" }, args = { "clippy" },
stream = "stdout", stream = "stdout",
ignore_exitcode = false, ignore_exitcode = true,
env = nil, env = nil,
parser = require("lint.parser").from_errorformat(clippy_format), parser = require("lint.parser").from_errorformat(clippy_format),
} }