lint: clippy should ignore exit code
This commit is contained in:
parent
5438de2a4e
commit
5c650bbc18
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -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),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue