Skip to content

Commit 4313ba6

Browse files
committed
🔥 Remove redundant eastwood appeasement
1 parent 610c2b6 commit 4313ba6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pbr.clj

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
(assoc opts
2323
:lib 'com.github.pmonks/lice-comb
2424
:version (pbr/calculate-version 2 0)
25-
; :version (format "2.0.%s-RCx-SNAPSHOT" (b/git-count-revs nil))
2625
:write-pom true
2726
:validate-pom true
2827
:pom {:description "A Clojure library for software license detection."
@@ -31,5 +30,4 @@
3130
:developers [:developer {:id "pmonks" :name "Peter Monks" :email "pmonks+lice-comb@gmail.com"}]
3231
:scm {:url "https://github.com/pmonks/lice-comb" :connection "scm:git:git://github.com/pmonks/lice-comb.git" :developer-connection "scm:git:ssh://git@github.com/pmonks/lice-comb.git"}
3332
:issue-management {:system "github" :url "https://github.com/pmonks/lice-comb/issues"}}
34-
:codox {:namespaces ['lice-comb.deps 'lice-comb.files 'lice-comb.lein 'lice-comb.matching 'lice-comb.maven 'lice-comb.utils]}
35-
:eastwood {:exclude-linters [:unused-ret-vals-in-try :no-ns-form-found]}))
33+
:codox {:namespaces ['lice-comb.deps 'lice-comb.files 'lice-comb.lein 'lice-comb.matching 'lice-comb.maven 'lice-comb.utils]}))

0 commit comments

Comments
 (0)