We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5619a commit 5796bb5Copy full SHA for 5796bb5
1 file changed
resources/practicalli/minimal/src/app.clj.template
@@ -12,7 +12,6 @@
12
;; ---------------------------------------------------------
13
;; Application
14
15
-#_{:clj-kondo/ignore [:clojure-lsp/unused-public-var]}
16
(defn greet
17
"Greeting message via Clojure CLI clojure.exec"
18
([] (greet {:team-name "secret engineering"}))
@@ -36,7 +35,6 @@
36
35
37
38
;; Rick Comment
39
-#_{:clj-kondo/ignore [:redefined-var]}
40
(comment
41
42
(-main)
0 commit comments