Does clj-kondo know about filenames and could it warn if a namespace name doesn't match up with its directory structure and filename?
@qythium There is an issue for this where there is a discussion. Feel free to chime in there
oops, should have checked first! I was just wondering because clj-kondo doesn't seem to have any static knowledge of the classpaths, so it couldn't tell how far up the directory tree to go to infer a file's "correct" ns name
@qythium that's correct, although we can apply some heuristics maybe