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.
hum, not currently, but sounds like a valid option
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.
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
Almost every project I ran in the last week failed because of upload-artifact or download-artifact
Looks like none of the binaries built for this release:
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)
I opened https://github.com/clojure-lsp/clojure-lsp/issues/1881