1

I'm using a monorepo structure so I don't want it in root, like the documentation wants. So how can I tell calva / clj-kondo where to find this config file?

https://github.com/borkdude/clj-kondo/blob/master/doc/editor-integration.md

Gama11
  • 31,714
  • 9
  • 78
  • 100
Sindre
  • 57
  • 1
  • 9
  • 1
    Just for the record, this is a clj-kondo extension thing. Calva bundles clj-kondo, but has no further interaction with it. (That said, of course I, as the Calva maintainer, am interested in getting this to work for you.) – PEZ Jun 02 '20 at 18:58

1 Answers1

1

This issue should be resolved in the VSCode clj-kondo extension 2020.5.90.

Michiel Borkent
  • 34,228
  • 15
  • 86
  • 149