Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Mar 27, 2024
1 parent e5eb24d commit c2a015e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions files/demo_invalid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ columns:
- name: Name
rules:
not_empty: true
min_length: 5
max_length: 7
length_min: 5
length_max: 7

- name:
rules:
not_empty: true
only_capitalize: true
is_capitalize: true

- name: Float
rules:
not_empty: true
is_float: true
min: -19366059128
max: 74605
num_min: -19366059128
num_max: 74605

- name: Birthday
rules:
not_empty: true
date_format: Y-m-d
min_date: "1955-05-15"
max_date: "2009-01-01"
date_min: "1955-05-15"
date_max: "2009-01-01"

- name: Favorite color
rules:
Expand Down

0 comments on commit c2a015e

Please # to comment.