From 9288257d1eca700445a3dd9ae9435d3607b0eea8 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 24 Nov 2022 13:02:25 -0800 Subject: [PATCH] use .clj_kondo extension for hooks --- CHANGELOG.md | 1 + .../github/seancorfield/{next_jdbc.clj => next_jdbc.clj_kondo} | 0 2 files changed, 1 insertion(+) rename resources/clj-kondo.exports/com.github.seancorfield/next.jdbc/hooks/com/github/seancorfield/{next_jdbc.clj => next_jdbc.clj_kondo} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 383c07d..7bbb8eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Only accretive/fixative changes will be made from now on. * 1.3.next in progress + * Address [clj-kondo#1685](https://github.com/clj-kondo/clj-kondo/issues/1685) by using `.clj_kondo` extension for hook files. * Address [#236](https://github.com/seancorfield/next-jdbc/issues/236) by showing examples of `run!` over `plan`. * 1.3.847 -- 2022-11-04 diff --git a/resources/clj-kondo.exports/com.github.seancorfield/next.jdbc/hooks/com/github/seancorfield/next_jdbc.clj b/resources/clj-kondo.exports/com.github.seancorfield/next.jdbc/hooks/com/github/seancorfield/next_jdbc.clj_kondo similarity index 100% rename from resources/clj-kondo.exports/com.github.seancorfield/next.jdbc/hooks/com/github/seancorfield/next_jdbc.clj rename to resources/clj-kondo.exports/com.github.seancorfield/next.jdbc/hooks/com/github/seancorfield/next_jdbc.clj_kondo