leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
jonpither 2019-07-29T11:55:49.017900Z

Hello - is it possible to exclude a certain namespace from lein check? The trouble is this ns is dynamically loaded in depending on some config, and it uses dependencies the user has to configured, so it'll never pass a normal lein check

jumar 2019-07-30T07:48:39.018100Z

Looking at the source I'd say no: https://github.com/technomancy/leiningen/blob/master/src/leiningen/check.clj#L12

jonpither 2019-07-30T13:30:12.018400Z

thanks