Skip to content

Commit

Permalink
Added clj-kondo linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Johnson committed Apr 22, 2024
1 parent 394e0c9 commit fc047ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/triangulum/worker.clj
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,6 @@
:stop stop
:value value}))

#_{:clj-kondo/ignore [:shadowed-var]}
(defmethod get-worker :namespaced [worker-name]
(first (filter (fn [{::keys [name]}] (= name worker-name)) @workers)))

0 comments on commit fc047ea

Please sign in to comment.