Skip to content

Commit bda66e7

Browse files
committed
update maxAgentSteps to 100
1 parent 97a2ff3 commit bda66e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codebuff.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@
7676
"command": "set -o pipefail && git diff --name-only --diff-filter=ACMR | grep -E '\\.(ts|tsx|js|jsx)$' | xargs -r npx eslint --fix --quiet",
7777
"filePattern": "**/*.{ts,tsx,js,jsx}"
7878
}
79-
]
79+
],
80+
"maxAgentSteps": 100
8081
}

0 commit comments

Comments
 (0)