make: ignore errors of course

This commit is contained in:
Franco Fichtner 2025-11-19 11:29:11 -05:00
parent 17a3ff34d3
commit 6eff3a77c5

View file

@ -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