Skip to content

Commit

Permalink
Merge pull request #288 from chrovis/feature/disable-missing-docsting…
Browse files Browse the repository at this point in the history
…-for-test

Disable :missing-docstring linter for test code
  • Loading branch information
r6eve authored Nov 8, 2023
2 parents 0c6ea6c + 027efd7 commit 14e0deb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .clj-kondo/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@
libra.bench/defbench clojure.test/deftest,
libra.bench/is clojure.test/is,
libra.bench/are clojure.test/are,
com.climate.claypoole/with-shutdown! clojure.core/with-open}}
com.climate.claypoole/with-shutdown! clojure.core/with-open}
:ns-groups [{:pattern ".*-test|cljam\\.test-common"
:name test-namespaces}]
:config-in-ns {test-namespaces {:linters {:missing-docstring {:level :off}}}}}

0 comments on commit 14e0deb

Please sign in to comment.