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 c2a015e commit 91036b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions files/demo_valid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ columns:
- name: Name
rules:
not_empty: true
min_length: 4
max_length: 7
length_min: 4
length_max: 7

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

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

- name: Birthday
rules:
Expand Down

0 comments on commit 91036b9

Please # to comment.