mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-27 00:17:29 +00:00
fix(lint): skip heavy-check lock for oxlint metadata
This commit is contained in:
@@ -92,6 +92,10 @@ export function shouldAcquireLocalHeavyCheckLockForOxlint(
|
||||
return true;
|
||||
}
|
||||
|
||||
if (args.some((arg) => arg === "--help" || arg === "-h" || arg === "--version" || arg === "-V")) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const separatorIndex = args.indexOf("--");
|
||||
const candidateArgs = (() => {
|
||||
if (separatorIndex !== -1) {
|
||||
|
||||
Reference in New Issue
Block a user