-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
tools: lint js in doc/**/*.md
#55904
base: main
Are you sure you want to change the base?
Conversation
Review requested:
|
'!doc/changelogs/CHANGELOG_V18.md', | ||
'doc/changelogs/CHANGELOG_V23.md', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK we shouldn't make manual changes in changelogs, but if there's still a window to adjust CHANGELOG_V23
before v24.x release, we can add the //
s here:
node/doc/changelogs/CHANGELOG_V23.md
Lines 179 to 183 in 746b17e
console.log(buffer.byteLength); 10 | |
ab.resize(15); | |
console.log(buffer.byteLength); 15 | |
ab.resize(5); | |
console.log(buffer.byteLength); 5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have precedent for this (e.g. c6dabe3), AFAIK there are no issues with modifying the changelogs after the fact (it's not like someone is going to compare the hashes of the CHANGELOG files between main
and the release tag)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Not sure why it was in the ignore list.