-
Notifications
You must be signed in to change notification settings - Fork 6
feat: add validateCronExpression #942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…mon-lib into feat/create-backup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new validateCronExpression function to validate cron expressions with basic syntax checking.
- Implements validation for standard 5-part cron expressions
- Supports common cron patterns including wildcards, ranges, step values, and comma-separated lists
- Returns validation results consistent with other validators in the file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
AbhishekA1509
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look into copilot comments once
4e6af24
…mon-lib into feat/create-backup
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist