tools: fix lint issue in doctool#11658
Conversation
|
Doesn’t the linter catch issues in |
|
It does, but I simply forgot to run it after my latest change in that PR. Running |
jasnell
left a comment
There was a problem hiding this comment.
LGTM. Let's fast track this to unbreak CI
PR-URL: #11658 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
|
Landed in 172be50 |
|
Thanks @jasnell. For the record, the issue happened because my workflow on that PR was basically I'll have to remember to actually run tests on that type of change too, because tests partially cover the doctool |
|
It's all good. I just did a lint check on this particular PR. You make want to do a full CI run just to make sure that everything else is still good. |
|
|
|
This is not landing cleanly on v7.x-staging. Mind submitting a backport PR? |
PR-URL: nodejs#11658 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#11658 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
|
do we want to backport to v6.x? |
|
Backport in #13054 |
PR-URL: nodejs#11658 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#11658 Backport-PR-URL: nodejs#13054 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Fixes a lint issue introduced in #11167.
cc: @jasnell