Skip to content

Commit

Permalink
Update src/schema/rules/checks/hints.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
  • Loading branch information
rwblair and effigies authored Aug 1, 2024
1 parent 2729d82 commit b6dc5bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/schema/rules/checks/hints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ EmptyDatasetName:
level: warning
selectors:
- path == '/dataset_description.json'
- type(json.Name) != 'null'
checks:
- match(json.name, '\S')
- match(json.Name, '\S')

### Functional files

Expand Down

0 comments on commit b6dc5bc

Please sign in to comment.