Fork me on GitHub
#clj-kondo
<
2020-01-12
>
Duck Nebuchadnezzar05:01:08

Is there any way to get clj-kondo to complain about problems like this? clj-kondo --lint - <<< '(ns foo) ::bar/baz'

👍 4
borkdude08:01:09

@duck You mean like, the namespace alias doesn't exist?

borkdude08:01:28

That could probably be added under :unresolved-namespace, but isn't there right now

borkdude08:01:14

Made an issue for it