Fork me on GitHub
#clj-kondo
<
2021-04-11
>
borkdude14:04:09

@i let's continue here with your question. can you give an example?

pinkfrog14:04:07

(ns acme.mobile.log
  (:require [clojure.string :as string]
            [taoensso.timbre :as timbre])
  (:require-macros [acme.mobile.log :refer [debug info]]))

;; debug and info are meant to be used by the *external* libraries that import log.

;; clj-kondo complains debug and info are unused.

pinkfrog14:04:05

Can I do that inline in the acme.mobile.log file.

pinkfrog14:04:14

like #xxx supprese warning

borkdude14:04:17

you can also do that inline using #_:clj-kondo/ignore