[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: flymake-kondor on NonGNU ELPA
From: |
Philip Kaludercic |
Subject: |
Re: flymake-kondor on NonGNU ELPA |
Date: |
Fri, 01 Oct 2021 08:59:30 +0000 |
Manuel Uberti <manuel.uberti@inventati.org> writes:
> Hi,
>
> would it be possible to add flymake-kondor[1] on NonGNU ELPA? It's
> basically a Flymake backend to use clj-kondo[2] (a Clojure linter)
> with Flymake.
I have tried building it, and everything seems fine:
>From cf47130161348e09c6faa331088aec54187dc661 Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philipk@posteo.net>
Date: Fri, 1 Oct 2021 10:57:23 +0200
Subject: [PATCH] * elpa-packages (flymake-kondor): Add package
---
elpa-packages | 2 ++
1 file changed, 2 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index 616a1f921..764320cbe 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -43,6 +43,8 @@
:ignored-files ("lib" "scripts")
:doc "doc/build/texinfo/evil.texi")
+ ("flymake-kondor" :url "https://github.com/turbo-cafe/flymake-kondor")
+
("git-commit" :url "https://github.com/magit/magit"
:lisp-dir "lisp"
:ignored-files
--
2.30.2
> I am not sure about the maintainer's desire, but he/she left me merge
> some changes and cut a new release a couple of months ago so I guess
> this should be fine.
>
> Note that he/she doesn't seem to be very active on GitHub at the
> moment, though, and I was not able to reach him/her via email
> (admin@turbocafe.in.eu.org does not seem to be working any more).
>
>
> [1] https://github.com/turbo-cafe/flymake-kondor
> [2] https://github.com/clj-kondo/clj-kondo
--
Philip Kaludercic