Skip to content

Commit

Permalink
chore: address clj-kondo warning
Browse files Browse the repository at this point in the history
  • Loading branch information
imrekoszo committed Jan 26, 2024
1 parent a1a3b72 commit 11ec2a7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(ns polylith-kaocha.kaocha-test-runner.bricks-to-test
"Copied from polylith.clj.core.change.bricks-to-test so it doesn't filter out
bricks that don't have dedicated test sources"
"Copied from polylith.clj.core.change.bricks-to-test, so it doesn't filter out bricks that don't have dedicated test sources."
(:require [clojure.set :as set]))

(defn bricks-to-test-for-project [{:keys [is-dev alias name base-names component-names]}
Expand Down

0 comments on commit 11ec2a7

Please sign in to comment.