Skip to content

Commit

Permalink
fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 17, 2023
1 parent 171f3fd commit ab19958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/clj_kondo/hooks_api.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
[clj-kondo.impl.cache :as cache]
[clj-kondo.impl.findings :as findings]
[clj-kondo.impl.metadata :as meta]
[clj-kondo.impl.namespace :as namespace]
[clj-kondo.impl.rewrite-clj.node :as node]
[clj-kondo.impl.rewrite-clj.parser :as parser]
[clj-kondo.impl.utils :as utils]
[clj-kondo.impl.namespace :as namespace]
[clojure.pprint]
[sci.core :as sci])
(:refer-clojure :exclude [macroexpand resolve]))
Expand Down
4 changes: 2 additions & 2 deletions test/clj_kondo/test_utils.clj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
(ns clj-kondo.test-utils
(:require
[clj-kondo.impl.config :as conf]
[clj-kondo.impl.hooks :as hooks]
[clj-kondo.impl.utils :refer [deep-merge]]
[clj-kondo.main :as main :refer [main]]
[clojure.java.io :as io]
[clojure.string :as str]
[clojure.test :as t :refer [*report-counters* deftest is testing]]
[clojure.walk :as walk]
[matcher-combinators.test]
[me.raynes.conch :refer [let-programs programs] :as sh]
[clj-kondo.impl.hooks :as hooks]))
[me.raynes.conch :refer [let-programs programs] :as sh]))

(set! *warn-on-reflection* true)

Expand Down

0 comments on commit ab19958

Please sign in to comment.