Skip to content

doc: add a link to the throw-deprecations flag. - #28625

Closed
lholmquist wants to merge 1 commit into
nodejs:masterfrom
lholmquist:link_to_throw_deprecation
Closed

doc: add a link to the throw-deprecations flag.#28625
lholmquist wants to merge 1 commit into
nodejs:masterfrom
lholmquist:link_to_throw_deprecation

Conversation

@lholmquist

Copy link
Copy Markdown
Contributor

Motivation: On the deprecated api's doc, the --pending-deprecation flag is a clickable link to the command line docs.

This commit makes the --throw-deprecation flag, which is described in the next paragraph of that doc, also a link.

This is to keep things consistent

Checklist

@nodejs-github-botnodejs-github-bot added deprecations Issues and PRs related to deprecations. doc Issues and PRs related to the documentations. labels Jul 10, 2019
@lpinca

Copy link
Copy Markdown
Member
npx -q core-validate-commit --no-validate-metadata dc1a46766fbc2b370a9236143114924ddbc12eeb
✖ dc1a46766fbc2b370a9236143114924ddbc12eeb
✔ 0:0 skipping fixes-url fixes-url
✔ 0:0 blank line after title line-after-title
✖ 1:72 Line should be <= 72 columns. line-length
✖ 2:72 Line should be <= 72 columns. line-length
✔ 0:0 valid subsystems subsystem
✖ 0:47 Do not use punctuation at end of title. title-format
✔ 0:0 Title is <= 50 columns. title-length

@lholmquist

Copy link
Copy Markdown
ContributorAuthor

crap, let me fix those commit message issues

Motivation: On the deprecated api's doc, the --pending-deprecation flag
is a clickable link to the command line docs.
This makes the --throw-deprecation flag, which is described in the next
paragraph also a link to keep things consistent
@lholmquist
lholmquistforce-pushed the link_to_throw_deprecation branch from dc1a467 to b96ada2CompareJuly 10, 2019 16:49
@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 11, 2019
@BridgeAR

Copy link
Copy Markdown
Member

@Trott

Copy link
Copy Markdown
Member

Landed in d38b075

@TrottTrott closed this Jul 12, 2019
Trott pushed a commit to Trott/io.js that referenced this pull request Jul 12, 2019
Motivation: On the deprecated api's doc, the --pending-deprecation flag
is a clickable link to the command line docs.
This makes the --throw-deprecation flag, which is described in the next
paragraph also a link to keep things consistent
PR-URL: nodejs#28625
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request Jul 20, 2019
Motivation: On the deprecated api's doc, the --pending-deprecation flag
is a clickable link to the command line docs.
This makes the --throw-deprecation flag, which is described in the next
paragraph also a link to keep things consistent
PR-URL: #28625
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This was referenced Jul 23, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.deprecationsIssues and PRs related to deprecations.docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@lholmquist@lpinca@BridgeAR@Trott@addaleax@cjihrig@gengjiawen@richardlau@nodejs-github-bot