Skip to content

Commit 9705b39

Browse files
[ci] Clean up linting config
1 parent 35bad34 commit 9705b39

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

project.clj

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
(def jdk-version
2-
(let [v (System/getProperty "java.specification.version")]
3-
(if (.contains v ".") 8 (Integer/parseInt v))))
4-
(def jdk8? (= jdk-version 8))
5-
61
(def dev-test-common-profile
72
{:dependencies '[[nubank/matcher-combinators "3.9.1"
83
:exclusions [org.clojure/clojure]]]
@@ -68,10 +63,4 @@
6863

6964
:clj-kondo {:plugins [[com.github.clj-kondo/lein-clj-kondo "2024.11.14"]]}
7065

71-
:eastwood {:plugins [[jonase/eastwood "1.4.3"]]
72-
:eastwood {:ignored-faults {:unused-ret-vals-in-try {orchard.java {:line 84}
73-
orchard.java.parser-next-test true}}
74-
:exclude-namespaces ~(when jdk8?
75-
'[orchard.java.modules
76-
orchard.java.parser-next
77-
orchard.java.parser-next-test])}}})
66+
:eastwood {:plugins [[jonase/eastwood "1.4.3"]]}})

0 commit comments

Comments
 (0)