From 5c650bbc182d892383862c9415f8db28fe03ef9c Mon Sep 17 00:00:00 2001 From: Felipe Contreras Salinas Date: Fri, 4 Aug 2023 01:08:21 -0400 Subject: [PATCH] lint: clippy should ignore exit code --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 9866172..3d98e86 100644 --- a/init.lua +++ b/init.lua @@ -295,7 +295,7 @@ lint.linters.clippy = { append_fname = false, args = { "clippy" }, stream = "stdout", - ignore_exitcode = false, + ignore_exitcode = true, env = nil, parser = require("lint.parser").from_errorformat(clippy_format), }