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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user