no-handler: Should tasks that use register be excluded? #4293
Unanswered
MatthiasKunnen
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Task that use when: previous.changes but register their result should be excluded from the lint rule that forces a handler to be used.
An example of this scenario is:
The reason not to use handlers here would be if task 3 is followed by other tasks and needs to be run before the others.
Beta Was this translation helpful? Give feedback.
All reactions