mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-15 23:31:04 +00:00
chore: update pre-commit hook configuration
This commit is contained in:
parent
f16167ef4a
commit
4fe5e0a5f6
1 changed files with 4 additions and 1 deletions
|
|
@ -24,4 +24,7 @@ else
|
|||
fi
|
||||
|
||||
$npx_cmd lint-staged
|
||||
$pnpm_cmd lint
|
||||
|
||||
# Skip full repo lint on pre-commit (lint-staged already linted staged files)
|
||||
# Full linting happens in CI for comprehensive coverage
|
||||
echo "Pre-commit checks complete. Full lint runs in CI."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue