-
-
Notifications
You must be signed in to change notification settings - Fork 163
publicOnly option for require-jsdoc not working #358
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
Comments
The linked issue seems to say that |
🎉 This issue has been resolved in version 15.8.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I just updated to 15.8.4, and I am still seeing false positives. I.e. all functions are being flagged as requiring docs, not just exported ones.
|
I am not seeing an issue with normal functions and |
🎉 This issue has been resolved in version 15.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I am no longer seeing the false-positives as of 15.9.1. Thank you!! |
Our project uses the publicOnly option but we've found the rule still applies to functions that are not exported from the module. We've reproduced it in the the plugin test cases, here is a link to the diff.
https://github.com/gajus/eslint-plugin-jsdoc/compare/master...TeachersPayTeachers:add-repro-of-publiconly-issue?expand=1
The text was updated successfully, but these errors were encountered: