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
Looking at the source I'd say no: https://github.com/technomancy/leiningen/blob/master/src/leiningen/check.clj#L12
thanks