Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False positive :missing-docstring on cljs.core/deftype and cljs.core/defrecord #1801

Closed
serioga opened this issue Sep 9, 2022 · 0 comments
Closed

Comments

@serioga
Copy link

serioga commented Sep 9, 2022

Similar to #800 but in ClojureScript.

(ns user.clj-kondo
  {:clj-kondo/config {:linters {:missing-docstring {:level :warning}}}})

(deftype MyType [x])

(defrecord MyRecord [x])
test\user\clj_kondo.cljs:5:1: warning: Missing docstring.
test\user\clj_kondo.cljs:7:1: warning: Missing docstring.
@borkdude borkdude added this to Needs triage in clj-kondo via automation Sep 9, 2022
@borkdude borkdude moved this from Needs triage to High priority (next release) in clj-kondo Sep 9, 2022
@borkdude borkdude moved this from High priority (next release) to In progress in clj-kondo Oct 5, 2022
clj-kondo automation moved this from In progress to Done Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
clj-kondo
  
Done
Development

No branches or pull requests

2 participants