-
Couldn't load subscription status.
- Fork 15
Open
Description
Clip lifecycle functions are marked as unused by clj-kondo. This can be resolve by ignoring the form but I think it could be a nicer UX and a clearer intent if clip exported a clj-kondo config such that adding a specific tag to a function disabled the unused check.
Basically something along the lines below. It would ignore that fact that it is unused but it's clear to developers from where this function is being used.
(defn ^:juxt.clip/lifecycle start-component [config]
,,,,)Metadata
Metadata
Assignees
Labels
No labels