ci: integrate typos spell checker into CI pipeline#6833
ci: integrate typos spell checker into CI pipeline#6833ohmygod20260203 wants to merge 1 commit intoprojectdiscovery:devfrom
Conversation
This PR adds the typos spell checker to the CI pipeline as requested in projectdiscovery#6532. Changes: - Add .github/workflows/typos.yaml for running typos on push/PR - Add .typos.toml configuration file with appropriate exclusions The typos action will run on: - Push to main/dev branches - Pull requests to main/dev branches Fixes projectdiscovery#6532
WalkthroughA new Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
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 |
|
Hi team! 👋 Just checking in on this PR. All CI checks are passing and the implementation includes both the workflow file and proper typos.toml configuration with exclusions for vendor code, base64 strings, and project-specific terms. Let me know if there's anything I can improve or if you need any clarification. Thanks! |
|
Hi, thanks for your interest in contributing! Just a heads up, we ask contributors to work on 1 active issue at a time (see). Also, we welcome AI-assisted development, but submissions must be complete, tested, and ready to merge. Please also make sure to fill out the PR template with proof that your changes work. We're closing this PR along with your other open submissions. Once you're ready, feel free to pick one issue to focus on and resubmit; we'd be happy to review it. Appreciate your understanding! |
Description
This PR integrates the typos spell checker into the CI pipeline as requested in #6532.
Changes
.github/workflows/typos.yaml- GitHub Action workflow for running typos.typos.toml- Configuration file with appropriate exclusions for the projectConfiguration
The typos action will run on:
main/devbranchesmain/devbranchesThe config excludes:
*.pb.go,go.sum)References
Fixes #6532
Summary by CodeRabbit