You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
within forms that are marked to be linted as clj-kondo.lint-as/def-catch-all, in particular, within utils.re-frame/defn macros.
FYI @akatov, recently we officially deprecated the usage of utils.re-frame/defn. For many reasons, one being that code inside it is not linted by clj-kondo. So it's better if we don't invest time on that macro.
#17610 provided custom linting of the keywords passed to
utils.i18n/label
(to enforce namespacing them with:t/
).There are still instances where these keywords aren't linted:
clj-kondo.lint-as/def-catch-all
, in particular, withinutils.re-frame/defn
macros.utils.i18n/label
directly, but is e.g. inside anif
form.The 2nd case is harder and probably impossible to solve in general during linting and would require run-time checks instead.
The text was updated successfully, but these errors were encountered: