Skip to content

Commit

Permalink
lib tests: add splint - woot! (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
lread authored Sep 8, 2024
1 parent 7ddab96 commit ffeee3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Some projects using rewrite-clj v1
* https://github.com/pink-gorilla/reval[reval] {canary-tested} -reproduceable eval - namespace eval and storage with browser ui
* https://github.com/borkdude/rewrite-edn[rewrite-edn] {canary-tested} - Utility lib on top of rewrite-clj with common operations to update EDN while preserving whitespace and comments
* https://github.com/matthewdowney/rich-comment-tests[rich-comment-tests] {canary-tested} - Turns rich comment forms into tests
* https://github.com/NoahTheDuke/splint[splint] {canary-tested} - A Clojure linter focused on style and code shape
* https://github.com/lread/test-doc-blocks[test-doc-blocks] {canary-tested} - Test AsciiDoc and CommonMark code blocks found in articles and docstrings
* https://github.com/nubank/umschreiben-clj[umschreiben-clj] {canary-tested} - Rewrite utilities for refactoring clojure files
* https://github.com/kkinnear/zprint[zprint] {canary-tested} - Executables, uberjar, and library to beautifully format Clojure and Clojurescript source code and s-expressions
Expand Down
8 changes: 8 additions & 0 deletions script/test_libs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,14 @@
:patch-fn deps-edn-v1-patch
:show-deps-fn cli-deps-tree
:test-cmds ["bb test-clj"]}
{:name "splint"
:version "1.17.0"
:platforms [:clj]
:github-release {:repo "NoahTheDuke/splint"
:version-prefix "v"}
:patch-fn deps-edn-v1-patch
:show-deps-fn cli-deps-tree
:test-cmds ["clojure -M:dev:test:runner"]}
{:name "test-doc-blocks"
:version "1.1.20"
:platforms [:clj :cljs]
Expand Down

0 comments on commit ffeee3c

Please sign in to comment.