Upgrade oxlint and disable line (#690)

side note: test.only check doesn't work because oxlint hardcodes to find
jest
https://github.com/oxc-project/oxc/blob/main/crates/oxc_linter/src/utils/jest/parse_jest_fn.rs#L317
This commit is contained in:
Will Chen
2025-07-31 13:02:29 -07:00
committed by GitHub
parent 14f13c7c92
commit a6e0ea2f73
3 changed files with 40 additions and 39 deletions

View File

@@ -338,6 +338,7 @@ export function handleGitPush(req: Request, res: Response, next?: Function) {
lines.forEach((line) => {
// Look for lines containing refs/heads/
const refMatch = line.match(
// eslint-disable-next-line
/([0-9a-f]{40})\s+([0-9a-f]{40})\s+refs\/heads\/([^\s\u0000]+)/,
);
if (refMatch) {