Skip to content

Commit ffeee3c

Browse files
authored
lib tests: add splint - woot! (#313)
1 parent 7ddab96 commit ffeee3c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Some projects using rewrite-clj v1
6666
* https://github.com/pink-gorilla/reval[reval] {canary-tested} -reproduceable eval - namespace eval and storage with browser ui
6767
* 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
6868
* https://github.com/matthewdowney/rich-comment-tests[rich-comment-tests] {canary-tested} - Turns rich comment forms into tests
69+
* https://github.com/NoahTheDuke/splint[splint] {canary-tested} - A Clojure linter focused on style and code shape
6970
* https://github.com/lread/test-doc-blocks[test-doc-blocks] {canary-tested} - Test AsciiDoc and CommonMark code blocks found in articles and docstrings
7071
* https://github.com/nubank/umschreiben-clj[umschreiben-clj] {canary-tested} - Rewrite utilities for refactoring clojure files
7172
* https://github.com/kkinnear/zprint[zprint] {canary-tested} - Executables, uberjar, and library to beautifully format Clojure and Clojurescript source code and s-expressions

script/test_libs.clj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,14 @@
437437
:patch-fn deps-edn-v1-patch
438438
:show-deps-fn cli-deps-tree
439439
:test-cmds ["bb test-clj"]}
440+
{:name "splint"
441+
:version "1.17.0"
442+
:platforms [:clj]
443+
:github-release {:repo "NoahTheDuke/splint"
444+
:version-prefix "v"}
445+
:patch-fn deps-edn-v1-patch
446+
:show-deps-fn cli-deps-tree
447+
:test-cmds ["clojure -M:dev:test:runner"]}
440448
{:name "test-doc-blocks"
441449
:version "1.1.20"
442450
:platforms [:clj :cljs]

0 commit comments

Comments
 (0)