Skip to content

Commit a811988

Browse files
committed
docs: readme uses doc attributes for canary emojis
1 parent 94a0e1e commit a811988

File tree

1 file changed

+25
-22
lines changed

1 file changed

+25
-22
lines changed

β€ŽREADME.adoc

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
:project-src-coords: clj-commons/rewrite-clj
55
:project-mvn-coords: rewrite-clj/rewrite-clj
66
:workflow-url: https://github.com/{project-src-coords}/actions/workflows
7+
:canary-tested: πŸ₯
8+
:canary-needed-patch: 🩹
9+
:not-canary-tested: πŸ“
710

811
image:rewrite-clj-logo.png[rewrite-clj,270,60]
912

@@ -47,34 +50,34 @@ See https://github.com/clj-commons/rewrite-clj/projects/1[project page for curre
4750

4851
Some projects using rewrite-clj v1
4952

50-
* https://github.com/liquidz/antq[antq] ^πŸ₯^
51-
* https://github.com/borkdude/carve[carve] ^πŸ₯^ (in dev)
52-
* https://github.com/weavejester/cljfmt[cljfmt] ^πŸ₯^
53-
* https://github.com/greglook/cljstyle[cljstyle] ^πŸ₯^
54-
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] ^πŸ₯^
55-
* https://github.com/borkdude/rewrite-edn[rewrite-edn] ^πŸ₯^
56-
* https://github.com/lread/test-doc-blocks[test-doc-blocks] ^πŸ₯^
57-
* https://github.com/nubank/umschreiben-clj[umschreiben-clj] ^πŸ₯^
53+
* https://github.com/liquidz/antq[antq] {canary-tested}
54+
* https://github.com/borkdude/carve[carve] {canary-tested} (in dev)
55+
* https://github.com/weavejester/cljfmt[cljfmt] {canary-tested}
56+
* https://github.com/greglook/cljstyle[cljstyle] {canary-tested}
57+
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] {canary-tested}
58+
* https://github.com/borkdude/rewrite-edn[rewrite-edn] {canary-tested}
59+
* https://github.com/lread/test-doc-blocks[test-doc-blocks] {canary-tested}
60+
* https://github.com/nubank/umschreiben-clj[umschreiben-clj] {canary-tested}
5861

5962
Some projects using rewrite-clj v0 and/or rewrite-cljs
6063

61-
* https://github.com/mauricioszabo/atom-chlorine[atom-chlorine] ^πŸ“^
62-
* https://github.com/Olical/depot[depot] ^πŸ₯^ ^🩹^
63-
* https://github.com/jonase/kibit[kibit] ^πŸ₯^
64-
* https://github.com/xsc/lein-ancient[lein-ancient] ^πŸ₯^
65-
* https://github.com/benedekfazekas/mranderson[mranderson] ^πŸ₯^
66-
* https://github.com/jstepien/mutant[mutant] ^πŸ₯^
67-
* https://github.com/juxt/pack.alpha[pack (alpha)] ^πŸ“^
68-
* https://github.com/clojure-emacs/refactor-nrepl[refactor-nrepl] ^πŸ₯^
69-
* https://github.com/mauricioszabo/repl-tooling[repl-tooling] ^πŸ“^
70-
* https://github.com/atomist-skills/update-leiningen-dependencies-skill[update-leiningen-dependencies-skill] ^πŸ“^
71-
* https://github.com/kkinnear/zprint[zprint] ^πŸ₯^ ^🩹^
64+
* https://github.com/mauricioszabo/atom-chlorine[atom-chlorine] {not-canary-tested}
65+
* https://github.com/Olical/depot[depot] {canary-tested} {canary-needed-patch}
66+
* https://github.com/jonase/kibit[kibit] {canary-tested}
67+
* https://github.com/xsc/lein-ancient[lein-ancient] {canary-tested}
68+
* https://github.com/benedekfazekas/mranderson[mranderson] {canary-tested}
69+
* https://github.com/jstepien/mutant[mutant] {canary-tested}
70+
* https://github.com/juxt/pack.alpha[pack (alpha)] {not-canary-tested}
71+
* https://github.com/clojure-emacs/refactor-nrepl[refactor-nrepl] {canary-tested}
72+
* https://github.com/mauricioszabo/repl-tooling[repl-tooling] {not-canary-tested}
73+
* https://github.com/atomist-skills/update-leiningen-dependencies-skill[update-leiningen-dependencies-skill] {not-canary-tested}
74+
* https://github.com/kkinnear/zprint[zprint] {canary-tested} {canary-needed-patch}
7275

7376
Have an update? Let us know!
7477

75-
^πŸ₯^ [.small]#canary tested against rewrite-clj v1 link:doc/02-developer-guide.adoc#libs-test[lib test suite]# +
76-
^🩹^ [.small]#source required minor change to work with rewrite-clj v1# +
77-
^πŸ“^ [.small]#no easy to run automated unit tests found for this project#
78+
{canary-tested} [.small]#canary tested against rewrite-clj v1 link:doc/02-developer-guide.adoc#libs-test[lib test suite]# +
79+
{canary-needed-patch} [.small]#source required minor change to work with rewrite-clj v1# +
80+
{not-canary-tested} [.small]#no easy to run automated unit tests found for this project#
7881

7982
== Versioning
8083

0 commit comments

Comments
Β (0)