Skip to content

Commit

Permalink
fix(schema): Disable TaskName check for channels and markers files
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 10, 2024
1 parent e7a23e2 commit 3996722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/rules/sidecars/entity_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
EntitiesTaskMetadata:
selectors:
- '"task" in entities'
- suffix != 'events'
- '!intersects([suffix], ["events", "channels", "markers"]'
fields:
TaskName: recommended

Expand Down

0 comments on commit 3996722

Please sign in to comment.