Skip to content

Commit

Permalink
[SCHEMA] events missing rule fix 'matches' -> 'match' (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblair authored Sep 22, 2022
1 parent 0f78035 commit 66538fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/rules/checks/events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ EventsMissing:
level: warning # could be an error with the proper selectors, I think
selectors:
- '"task" in entities'
- '!matches(entities.task, "rest")'
- '!match(entities.task, "rest")'
- suffix != "events"
checks:
- '"events" in associations'

0 comments on commit 66538fe

Please sign in to comment.