Wrong `Namespace name does not match file name` warning when not using bundled clj-kondo
Closed this issue · 0 comments
MrEbbinghaus commented
I don't use the bundled clj-kondo binary.
❯ clj-kondo --version
clj-kondo v2022.04.08
With that, I get a false-positive on the namespace name.
I don't get that warning when calling clj-kondo by myself, or if I use the bundled version.
❯ clj-kondo --lint src/main/decide/ui/process/home.cljs
linting took 36ms, errors: 0, warnings: 0
The path for the file is in my content root is: src/main/decide/ui/process/home.cljs
In my deps.edn: {:paths ["src/main"]}
src/main
is marked as a source root in IntelliJ.