File tree 5 files changed +5
-0
lines changed
cli/integration-test/integration/api
5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11
11
12
12
- API/CLI
13
13
- Replace ` tools.cli ` with ` babashka.cli ` . #2036
14
+ - Include ` :clj-kondo-settings ` to dump data.
14
15
15
16
## 2025.04.23-18.16.46
16
17
Original file line number Diff line number Diff line change 18
18
:dep-graph
19
19
:findings
20
20
:settings
21
+ :clj-kondo-settings
21
22
:project-root
22
23
:source-paths
23
24
:diagnostics ]
Original file line number Diff line number Diff line change 321
321
`:dep-graph` Dependency graph of namespaces relationship derived from clj-kondo analysis.
322
322
`:findings` clj-kondo findings used for diagnostics.
323
323
`:settings` a map with all settings considered by clojure-lsp.
324
+ `:clj-kondo-settings` a map with all clj-kondo config used by clojure-lsp.
324
325
325
326
**Example**
326
327
Original file line number Diff line number Diff line change 459
459
(assoc $
460
460
:project-root (shared/uri->filename (:project-root-uri db))
461
461
:source-paths (-> db :settings :source-paths )
462
+ :clj-kondo-settings (:kondo-config db)
462
463
:diagnostics (diagnostics-by-uri db options))
463
464
(select-keys $
464
465
(if (not (coll? filter-keys))
Original file line number Diff line number Diff line change 338
338
:dep-graph
339
339
:findings
340
340
:settings
341
+ :clj-kondo-settings
341
342
:project-root
342
343
:source-paths
343
344
:diagnostics ]
You can’t perform that action at this time.
0 commit comments