Fork me on GitHub
#clj-kondo
<
2019-11-14
>
eraserhd03:11:21

So, if there is more than one file, should we start searching at the lowest common ancestor?

eraserhd03:11:02

Alternately: 2) only use first file/directory, 3) find config for each file (arguments, really) indendently

borkdude07:11:20

@eraserhd I’m currently thinking that we should only implement this when linting a single file or directory

borkdude07:11:00

Since this is probably only useful for editors (so maybe not even when linting a single dir)

borkdude07:11:47

I think Emacs and IntelliJ already do this

borkdude07:11:07

They set cwd to the currently edited file