Skip to content

Commit

Permalink
Added configuration for clj-kondo source code linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Russell committed May 26, 2020
1 parent 82f2066 commit 078640a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .clj-kondo/config.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{:linters {:unused-namespace {:exclude [wormbase.specs.agent
wormbase.specs.batch
wormbase.specs.biotype
wormbase.specs.common
wormbase.specs.entity
wormbase.specs.gene
wormbase.specs.person
wormbase.specs.provenance
wormbase.specs.recent
wormbase.specs.species
wormbase.specs.valdiation]}}
:lint-as {compojure.api.sweet/context clj-kondo.lint-as/def-catch-all
phrase.alpha/defphraser clj-kondo.lint-as/def-catch-all
mount.core/defstate clojure.core/def
spec-tools.core/spec clojure.spec.alpha/spec}
:unresolved-symbol {:exclude [(compojure.api.sweet/context)
(phrase.alpha/defphraser)]}
:skip-comments true}

0 comments on commit 078640a

Please sign in to comment.