-
-
Notifications
You must be signed in to change notification settings - Fork 163
test(no-types): check that the fix for no-types preserves asterisks #447
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
Conversation
I see this is not working even after the |
f2cd7ab
to
97b1b5e
Compare
fix: remove last line break in last tag description for proper stringification (and fix old tests)
Btw, I've filed syavorsky/comment-parser#78 which should fix the underlying issue, and then once it may be merged, I've added a commit to your PR which should get things fixed on our end as well. |
fix: remove last line break in last tag description for proper stringification (and fix old tests) Impacts `check-param-names`, `check-property-names`, `empty-tags`, `no-defaults`, `no-types`, `require-example`, `require-param`, `require-property`
97b1b5e
to
0d930ea
Compare
Currently, the fix for `no-types` results in the removal of some asterisks from multiline descriptions. This makes eslint-plugin-jsdoc somewhat jarring to adopt.
9ae1c34
to
ad5e376
Compare
…eak in last tag description for proper stringification (and fix old tests) Impacts `check-param-names`, `check-property-names`, `empty-tags`, `no-defaults`, `no-types`, `require-example`, `require-param`, `require-property`. Also updating other devDeps.
ad5e376
to
5b6ebc2
Compare
🎉 This PR is included in version 24.0.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
If you already updated, please update further to 24.0.6 as it includes some fixes for a regression introduced in 24.0.3 (on which this merged PR built). |
Currently, the fix for
no-types
results in the removal of some asterisks from multiline descriptions. This makeseslint-plugin-jsdoc
somewhat jarring to adopt.The proper fix here probably requires syavorsky/comment-parser#74.