lsp

Lukas Domagala 2024-09-11T11:29:51.678959Z

When using the API, specifically api/analyze-project-and-deps! is there any way to pass a clj-kondo linter setting? I know it uses the clj-kondo config in the folder, but I’d like to use specifically disable :deprecated-var warnings in the API call without disabling it in general.

ericdallo 2024-09-11T19:49:36.295609Z

hum, not currently, but sounds like a valid option

Lukas Domagala 2024-09-11T21:15:50.677929Z

Just for anyone finding this: I've set it to info level in the kondo config and allow for info in ci. But yeah, it would be nice to be able to either pass kondo settings in the settings map or the to pass in a config path to be used.

seancorfield 2024-09-11T23:02:54.693349Z

Is there a known problem with the current nightly build? Failed to download clojure-lsp server. Error: Error downloading clojure-lsp, version: nightly, from https://github.com/clojure-lsp/clojure-lsp-dev-builds/releases/latest/download/clojure-lsp-native-static-linux-amd64.zip

borkdude 2024-09-12T07:29:03.365189Z

Almost every project I ran in the last week failed because of upload-artifact or download-artifact

seancorfield 2024-09-11T23:04:12.269649Z

Looks like none of the binaries built for this release:

seancorfield 2024-09-11T23:07:18.062879Z

Ah, here we go: linux-amd64 This request has been automatically failed because it uses a deprecated version of actions/download-artifact: v2. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/ (all of the binaries look like that)

seancorfield 2024-09-11T23:10:55.557579Z

I opened https://github.com/clojure-lsp/clojure-lsp/issues/1881