docs: exclude docs directory from pre-commit hook#10140
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughUpdated .pre-commit-config.yaml to configure the detect-secrets hook to exclude the docs/ directory from scanning by adding an exclude pattern. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (6 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



Exclude the
docs/directory from thedetect-secretshook, because it blocks commits and pollutes code samples if you need to add# pragma: allowlist secret.Summary by CodeRabbit