Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

clj-kondo does not warn about keywords from undefined namespaces #859

Closed
hindol opened this issue Apr 19, 2020 · 0 comments
Closed

clj-kondo does not warn about keywords from undefined namespaces #859

hindol opened this issue Apr 19, 2020 · 0 comments
Labels
clj-together enhancement New feature or request

Comments

@hindol
Copy link

hindol commented Apr 19, 2020

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 not required. E.g. there are no warnings about ::http/routes even though I have not imported io.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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
clj-together enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants