File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
3
3
jobs :
4
4
clj-kondo :
5
5
docker :
6
- - image : cljkondo/clj-kondo:2021.02.13
6
+ - image : cljkondo/clj-kondo:2024.05.24
7
7
steps :
8
8
- checkout
9
9
- run : clj-kondo --lint .
Original file line number Diff line number Diff line change 1
1
(ns bond.assertions-test
2
2
(:require [clojure.test :refer (deftest is testing )]
3
3
[bond.assertions :as assertions]
4
- [bond.james :as bond :include-macros true ]
4
+ [bond.james :as bond]
5
5
[bond.target-data :as target]))
6
6
7
7
(deftest called?-works
Original file line number Diff line number Diff line change 2
2
{:clj-kondo/config {:linters {:private-call {:level :off }
3
3
:invalid-arity {:level :off }}}}
4
4
(:require [clojure.test :refer (deftest is testing )]
5
- [bond.james :as bond :include-macros true ]
5
+ [bond.james :as bond]
6
6
[bond.target-data :as target]))
7
7
8
8
(deftest spy-logs-args-and-results
You can’t perform that action at this time.
0 commit comments