-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
A-LinterRelated to the linter and custom lintsRelated to the linter and custom lintsC-BugA bug in the programA bug in the programD-ModestA "normal" level of difficulty; suitable for simple features or challenging fixesA "normal" level of difficulty; suitable for simple features or challenging fixes
Description
For a follow-up: This doesn't handle nested tuples. Meaning I don't think this will lint on:
app.add_systems(FixedUpdate, (unrelated, (also_unrelated, modifies_camera))); // ^^^^^^^^^^^^^^^ Won't see this
Originally commented in #417 (comment)
Metadata
Metadata
Assignees
Labels
A-LinterRelated to the linter and custom lintsRelated to the linter and custom lintsC-BugA bug in the programA bug in the programD-ModestA "normal" level of difficulty; suitable for simple features or challenging fixesA "normal" level of difficulty; suitable for simple features or challenging fixes