Skip to content

Commit 6b9191b

Browse files
committed
Fix clj-kondo and lsp configs bumping clj4intellij
1 parent 2cb7e1d commit 6b9191b

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.clj-kondo/config.edn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{:config-paths ["ericdallo/clj4intellij"]}

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ bin
77
.classpath
88
/.nrepl-port
99
.lsp/.cache
10-
.clj-kondo
11-
!.clj-kondo/.config
10+
/.clj-kondo/*
11+
!/.clj-kondo/config.edn
1212
.project
1313
.settings

.lsp/config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{:cljfmt {:indents {proxy+ [[:block 2] [:inner 1]]}}
1+
{:classpath-config-paths ["ericdallo/clj4intellij"]
22
:project-specs [{:classpath-cmd ["./gradlew" "-q" "classpath"]
33
:project-path "build.gradle.kts"}
44
{:classpath-cmd ["clojure" "-Spath"]

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
- Bump clj4intellij to 0.7.1
6+
57
## 3.1.1
68

79
- Remove `:` lexer check since this is delegated to clojure-lsp/clj-kondo already.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repositories {
3535

3636
dependencies {
3737
implementation ("org.clojure:clojure:1.12.0")
38-
implementation ("com.github.ericdallo:clj4intellij:0.6.3")
38+
implementation ("com.github.ericdallo:clj4intellij:0.7.1")
3939
implementation ("seesaw:seesaw:1.5.0")
4040
implementation ("camel-snake-kebab:camel-snake-kebab:0.4.3")
4141
implementation ("com.rpl:proxy-plus:0.0.9")

0 commit comments

Comments
 (0)