Skip to content

Commit db0ac94

Browse files
committed
internal deps: move to official whitespace linter
My change got merged, get off my fork and onto the real deal. Not married to whitespace linting, but was annoyed enough at one point to introduce it, so will continue with experiment.
1 parent f37bcf6 commit db0ac94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deps.edn

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@
125125
;;
126126
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.7.5" :git/sha "34727f7"}
127127
io.github.slipset/deps-deploy {:sha "d1fac08888ec8beda0579d3071bb9f804a1d446c"}
128-
;; TODO: switch back to io.github.camsaul after https://github.com/camsaul/whitespace-linter/pull/8 merged
129-
io.github.lread/whitespace-linter {:sha "8a231450eb63f349f8777c5ddfe09307bc0ab22e"}}
128+
com.camsaul/whitespace-linter {:mvn/version "2022.01.27.04.43"}}
130129
:ns-default build}
131130

132131
;;

0 commit comments

Comments
 (0)