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

Add "contains_none" rule to cell validation #88

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Conversation

SmetDenis
Copy link
Member

This update introduces a new rule named "contains_none" to the cell validation process. This rule takes an array of strings and validates that none of these strings appear in the cell value. Changes have been incorporated in the relevant schema example files and the associated PHP and Test files for the new validation rule have been created.

This update introduces a new rule named "contains_none" to the cell validation process. This rule takes an array of strings and validates that none of these strings appear in the cell value. Changes have been incorporated in the relevant schema example files and the associated PHP and Test files for the new validation rule have been created.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8426723736

Details

  • 15 of 15 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 96.381%

Totals Coverage Status
Change from base Build 8426544754: 0.03%
Covered Lines: 1731
Relevant Lines: 1796

💛 - Coveralls

@SmetDenis SmetDenis merged commit 85ce369 into master Mar 25, 2024
9 checks passed
@SmetDenis SmetDenis deleted the ContainsNone branch March 25, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants