Uh oh!
There was an error while loading. Please reload this page.
Revert "build: silence cpp lint by default" - #26358
Conversation
refack
commented
Feb 28, 2019
IIUC the original intent was to change Lines 57 to 60 in 0373836 |
BridgeAR
commented
Feb 28, 2019
@refack the regular cpp linting output is super verbose. This does not seem to be a good default. And in what way is the behavior semver-major? Do we count the output of our makefile towards semver-major? I guess ideally, we'd have an opt-in to get the verbose cpp linting output. |
danbev
commented
Mar 7, 2019
I would prefer to make I don't want to block this as there are already approvals so I'm going to remove myself from the reviews list. |
joyeecheung
commented
Mar 7, 2019
Why is the effect semver-major? |
CI: https://ci.nodejs.org/job/node-test-pull-request/21315/
|
refack
commented
Mar 7, 2019
P.S. the |
This reverts commit 0373836. PR-URL: nodejs#26358 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This reverts commit 0373836. PR-URL: nodejs#26358 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This reverts commit 0373836.
PR effect is semver major, and removes an escape hatch.
This landed without proper review from @nodejs/build-files
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes