Skip to content
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

Implement rules for greater than(Gt, Gte) and less than(Lt, Lte) #5

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

webhkp
Copy link
Owner

@webhkp webhkp commented Jun 1, 2024

Implement rules-

  1. Gt : for checking greater than
  2. Gte: for checking greater than or equal to
  3. Lt: for checking if less than
  4. Lte: for less than or equal to

** Some modification in the Range rule to adjust with the rules above

@webhkp webhkp changed the title Implement rules for greater than(Gt, Gte) and less than(Lte) Implement rules for greater than(Gt, Gte) and less than(Lt, Lte) Jun 1, 2024
@webhkp webhkp merged commit 1080d71 into main Jun 1, 2024
2 checks passed
@webhkp webhkp deleted the FEATURE-rule-gt-lt branch June 1, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant