-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Revert "build: silence cpp lint by default" #26358
Conversation
IIUC the original intent was to change Lines 57 to 60 in 0373836
|
@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. |
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. |
Why is the effect semver-major? |
CI: https://ci.nodejs.org/job/node-test-pull-request/21315/
|
P.S. the |
This reverts commit 0373836. PR-URL: nodejs#26358 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
This reverts commit 0373836. PR-URL: nodejs#26358 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
This reverts commit 0373836. PR-URL: #26358 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
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