Skip to content

Commit

Permalink
Remove sorted_rules_require.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed Nov 19, 2024
1 parent f9d2f13 commit 5be28f3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .splint.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
; file, You can obtain one at https://mozilla.org/MPL/2.0/.

{
require ["dev/noahtheduke/splint/rules/dev/sorted_rules_require.clj"]

dev {:enabled true}
lint {:enabled true}
metrics {:enabled true}
Expand Down
1 change: 0 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
com.clojure-goes-fast/clj-java-decompiler {:mvn/version "0.3.6"}
com.nextjournal/beholder {:mvn/version "1.0.2"}
org.slf4j/slf4j-simple {:mvn/version "2.0.16"}
com.taoensso/tufte {:mvn/version "2.6.3"}
potemkin/potemkin {:mvn/version "0.4.7"}
org.clojure/tools.gitlibs {:mvn/version "2.5.197"}
io.github.tonsky/clj-reload {:mvn/version "0.7.1"}}}
Expand Down
5 changes: 1 addition & 4 deletions dev/noahtheduke/splint/dev.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
[nextjournal.beholder :as beholder]
[noahtheduke.splint.config :as config]
[noahtheduke.splint.rules :refer [global-rules]]
[noahtheduke.splint]
[taoensso.tufte :as tufte]))
[noahtheduke.splint]))

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

Expand All @@ -30,7 +29,5 @@
(reset! dev-config (build-default-config))))
"resources"))

(tufte/add-basic-println-handler! {})

(comment
(beholder/stop watcher))
8 changes: 2 additions & 6 deletions dev/user.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
[clojure.tools.namespace.repl :as tns]
[criterium.core :as criterium]
[noahtheduke.splint.dev]
[potemkin :refer [import-vars]]
[taoensso.tufte :as tufte]))
[potemkin :refer [import-vars]]))

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

Expand All @@ -29,7 +28,4 @@
decompile]
[criterium.core
quick-bench
bench]
[taoensso.tufte
p
profile])
bench])

0 comments on commit 5be28f3

Please sign in to comment.