From 6eff3a77c51cb9fd7b8b69bd36fc666e36e1402f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 19 Nov 2025 11:29:11 -0500 Subject: [PATCH] make: ignore errors of course --- Mk/lint.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/lint.mk b/Mk/lint.mk index 82a7221974..f327dc611f 100644 --- a/Mk/lint.mk +++ b/Mk/lint.mk @@ -123,7 +123,7 @@ lint-exec: -e '^system(' ':!*.js' ':!*.py' ':!*/contrib/*' \ ':!*/OPNsense/Core/Shell.php' ':!*/interfaces.lib.inc' \ ':!*/inc/certs.inc' ':!*/rc.configure_firmware' \ - ':!*/rc.subr.d/recover' ${DIR} + ':!*/rc.subr.d/recover' ${DIR} || true .endif .endfor