Skip to content

Commit e5f78be

Browse files
authored
Merge pull request #73 from circleci/renovate/docker
Update cljkondo/clj-kondo Docker tag to v2024
2 parents 6623605 + acdc8a1 commit e5f78be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
jobs:
44
clj-kondo:
55
docker:
6-
- image: cljkondo/clj-kondo:2021.02.13
6+
- image: cljkondo/clj-kondo:2024.05.24
77
steps:
88
- checkout
99
- run: clj-kondo --lint .

test/bond/assertions_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(ns bond.assertions-test
22
(:require [clojure.test :refer (deftest is testing)]
33
[bond.assertions :as assertions]
4-
[bond.james :as bond :include-macros true]
4+
[bond.james :as bond]
55
[bond.target-data :as target]))
66

77
(deftest called?-works

test/bond/james_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{:clj-kondo/config {:linters {:private-call {:level :off}
33
:invalid-arity {:level :off}}}}
44
(:require [clojure.test :refer (deftest is testing)]
5-
[bond.james :as bond :include-macros true]
5+
[bond.james :as bond]
66
[bond.target-data :as target]))
77

88
(deftest spy-logs-args-and-results

0 commit comments

Comments
 (0)