-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
Manage heading with require-description-complete-sentence #1220
Manage heading with require-description-complete-sentence #1220
Comments
…ation warning after Markdown headings; fixes gajus#1220
…ation warning after Markdown headings; fixes #1220
🎉 This issue has been resolved in version 48.2.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@brettz9 thanks for the fix but it seems that this fix introduces another issue. Indeed, now it does not raise an error if there is no dot at the end of the sentence below the heading. Here there is no more issue with that
|
🎉 This issue has been resolved in version 48.2.9 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sorry about the naive fix... Expect it should be fixed now... |
Yes perfect ! thanks |
Expected behavior
I expect to not need to add a dot at the end of a heading in a JS description.
Actual behavior
In our coding rules, it is needed to add a description with some headings (only for class). However, there is a heading which does not contain any sentence but only code sample. Hence, it raises an error because after the heading
# Example
it expects a dot.ESLint Config
ESLint sample
Environment
eslint-plugin-jsdoc
version: 46.10.1The text was updated successfully, but these errors were encountered: