Skip to content
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: update remark-preset-lint-node@1.15.1 to 1.16.0 #33852

Merged
merged 0 commits into from
Jun 18, 2020

Conversation

Trott
Copy link
Member

@Trott Trott commented Jun 11, 2020

This adds linting for code fence language/grammar strings. This is so,
for example, we have only one of text and txt and not both.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the tools Issues and PRs related to the tools directory. label Jun 11, 2020
@Trott Trott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jun 12, 2020
@Trott
Copy link
Member Author

Trott commented Jun 17, 2020

@nodejs/linting

tools/lint-md.js Outdated Show resolved Hide resolved
tools/lint-md.js Outdated
@@ -25079,7 +25079,7 @@ camelcase.default = default_1$4;

var minimist = function (args, opts) {
if (!opts) opts = {};

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bunch of diffs that look like they just add back in whitespace. Might be worth re-trimming

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It gets auto-trimmed on landing. rollup leaves the space. I'm reluctant to add post-processing to the rollup output. I always look at the diffs for these with whitespace turned off.

@Trott Trott force-pushed the md-lint-preset-1.16.0 branch 2 times, most recently from 03fe338 to 0717f36 Compare June 17, 2020 13:27
@Trott
Copy link
Member Author

Trott commented Jun 17, 2020

Oh, look at that: A shell code fence flag landed in the interim. Added a commit to change it to bash. Your work is paying off already, @DerekNonGeneric.

@DerekNonGeneric
Copy link
Contributor

A shell code fence flag landed in the interim.

That was a big fear of mine — should've fast-tracked in hindsight. Hopefully there's no issue w/ landing this puppy!

Trott added a commit that referenced this pull request Jun 18, 2020
Use `bash` instead of `shell` for code language flag in
doc/guides/maintaining-ngtcp2-nghttp3.md to conform with our other docs
and upcoming lint requirements.

PR-URL: #33852
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
@Trott Trott closed this Jun 18, 2020
@Trott Trott merged commit 0ef6956 into nodejs:master Jun 18, 2020
@Trott
Copy link
Member Author

Trott commented Jun 18, 2020

Landed in a4f3206...0ef6956

@Trott Trott deleted the md-lint-preset-1.16.0 branch June 18, 2020 13:07
codebytere pushed a commit that referenced this pull request Jun 18, 2020
This adds linting for code fence language/grammar strings. This is so,
for example, we have only one of ```text and ```txt and not both.

PR-URL: #33852
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
@codebytere codebytere mentioned this pull request Jun 28, 2020
codebytere pushed a commit that referenced this pull request Jun 30, 2020
This adds linting for code fence language/grammar strings. This is so,
for example, we have only one of ```text and ```txt and not both.

PR-URL: #33852
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
codebytere pushed a commit that referenced this pull request Jul 10, 2020
This adds linting for code fence language/grammar strings. This is so,
for example, we have only one of ```text and ```txt and not both.

PR-URL: #33852
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
codebytere pushed a commit that referenced this pull request Jul 12, 2020
This adds linting for code fence language/grammar strings. This is so,
for example, we have only one of ```text and ```txt and not both.

PR-URL: #33852
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
codebytere pushed a commit that referenced this pull request Jul 12, 2020
Use `bash` instead of `shell` for code language flag in
doc/guides/maintaining-ngtcp2-nghttp3.md to conform with our other docs
and upcoming lint requirements.

PR-URL: #33852
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
@codebytere codebytere mentioned this pull request Jul 13, 2020
@MylesBorins
Copy link
Member

Added the backported-to-v14.x label. Manually skipped landing 7407fc2 to v14.x as the file it changes doesn't exist on that branch

codebytere pushed a commit that referenced this pull request Jul 14, 2020
This adds linting for code fence language/grammar strings. This is so,
for example, we have only one of ```text and ```txt and not both.

PR-URL: #33852
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
codebytere pushed a commit that referenced this pull request Jul 14, 2020
Use `bash` instead of `shell` for code language flag in
doc/guides/maintaining-ngtcp2-nghttp3.md to conform with our other docs
and upcoming lint requirements.

PR-URL: #33852
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants