clj-kondo
does not warn about keywords from undefined namespaces
#859
Labels
clj-kondo
does not warn about keywords from undefined namespaces
#859
version
2019.12.14
platform
Using the
clj-kondo
that ships with Calva/VScode.editor
Calva
problem
clj-kondo
does not warn about namespace qualified keywords even when the namespace is notrequire
d. E.g. there are no warnings about::http/routes
even though I have not importedio.pedestal.http
.repro
Repro is trivial. Just use any arbitrary namespace qualified keyword.
config
Using default configuration. Nothing customized.
expected behavior
I expect a warning about namespace qualified keywords from undefined namespaces.
The text was updated successfully, but these errors were encountered: