Skip to content

Commit

Permalink
Mark launchpad.shadow as :no-doc so it doesn't block analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alys Brooks committed Oct 21, 2022
1 parent 087aa25 commit 8454771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lambdaisland/launchpad/shadow.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(ns lambdaisland.launchpad.shadow
(ns ^:no-doc ;TODO re-enable
lambdaisland.launchpad.shadow
(:require [clojure.java.io :as io]
[shadow.cljs.devtools.api :as api]
[shadow.cljs.devtools.config :as config]
Expand Down

0 comments on commit 8454771

Please sign in to comment.