-
Notifications
You must be signed in to change notification settings - Fork 403
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
Maintenance: remove unused rules from markdownlint #4208
Comments
Thanks for opening this @dreamorosi!
I'll remove both in the next week, thanks |
Hey @dreamorosi! We fixed these problems in this PR - https://github.com/aws-powertools/powertools-lambda-python/pull/4295/files#diff-39aecbc26791dd03b9a4fdc1f856769ea73308294b7111d70f279ac9bdef35bd Closing this issue. |
|
Why is this needed?
While adding markdownlint to the TypeScript repo, @am29d pointed out that two of the settings used in the config are invalid.
Specifically, the
headers
one under MD013 and theallow_different_nesting
one under MD024.Neither of these two appear in the tool rules docs which indicates that they might have been removed or they were incorrect in the first place.
Which area does this relate to?
No response
Solution
Remove the two settings from the config file.
I am available to open a PR if welcome.
Acknowledgment
The text was updated successfully, but these errors were encountered: