Skip to content

Commit

Permalink
exclude emtpyroom sub when checking event files (#1930)
Browse files Browse the repository at this point in the history
  • Loading branch information
monique2208 authored Sep 26, 2024
1 parent cc1d6d1 commit 24a6d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schema/rules/checks/events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ EventsMissing:
- '!match(entities.task, "rest")'
- '!intersects([suffix], ["events", "beh"])'
- extension != ".json"
- (datatype != "meg" || entities.subject != "emptyroom")
checks:
- '"events" in associations'

Expand Down

0 comments on commit 24a6d62

Please sign in to comment.