Skip to content

Commit

Permalink
👕 Make eastwood shut up about JVM specific loading
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Nov 20, 2023
1 parent a401b14 commit 1c507e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pbr.clj
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@
:developers [:developer {:id "pmonks" :name "Peter Monks" :email "[email protected]"}]
:scm {:url "https://github.com/pmonks/lice-comb" :connection "scm:git:git://github.com/pmonks/lice-comb.git" :developer-connection "scm:git:ssh://[email protected]/pmonks/lice-comb.git"}
:issue-management {:system "github" :url "https://github.com/pmonks/lice-comb/issues"}}
:codox {:namespaces ['lice-comb.deps 'lice-comb.files 'lice-comb.lein 'lice-comb.matching 'lice-comb.maven 'lice-comb.utils]}))
:codox {:namespaces ['lice-comb.deps 'lice-comb.files 'lice-comb.lein 'lice-comb.matching 'lice-comb.maven 'lice-comb.utils]}
:eastwood {:exclude-linters [:unused-ret-vals-in-try :no-ns-form-found]}))

0 comments on commit 1c507e8

Please sign in to comment.