-
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
build: don't run lint from test-ci #1965
build: don't run lint from test-ci #1965
Conversation
Since we will run linting before compiling or testing there's no need to run it as part of the ci testing.
I am not sure if this is a good idea. What if people execute only the relevant test cases instead of |
@thefourtheye the context for this is that we're splitting off linting to a separate pre-test in CI which can be run and fail quickly before even compiling. |
Oh. Cool then :-) |
LGTM. Running the linter first/separately sounds like a great idea. |
LGTM |
Since we will run linting before compiling or testing there's no need to run it as part of the ci testing. PR-URL: #1965 Reviewed-By: Colin Ihrig <[email protected]> Revewied-By: Evan Lucas <[email protected]>
Merged in 8d8a26e. Thanks for the review. |
Since we will run linting before compiling or testing there's no need to run it as part of the ci testing. Cherry-picked from nodejs/node@8d8a26e Original commit metadata follows: PR-URL: nodejs/node#1965 Reviewed-By: Colin Ihrig <[email protected]> Revewied-By: Evan Lucas <[email protected]>
Since we will run linting before compiling or testing there's no need to run it as part of the ci testing. Cherry-picked from nodejs/node@8d8a26e Original commit metadata follows: PR-URL: nodejs/node#1965 Reviewed-By: Colin Ihrig <[email protected]> Revewied-By: Evan Lucas <[email protected]> Reviewed-By: Dummy Reviewer <[email protected]> PR-URL: #11
Since we will run linting before compiling or testing there's no need to run it as part of the ci testing. PR-URL: nodejs#1965 Reviewed-By: Colin Ihrig <[email protected]> Revewied-By: Evan Lucas <[email protected]>
Since we will run linting before compiling or testing there's no need to run it as part of the ci testing. PR-URL: #1965 PORT-PR-URL: #2101 PORT-FROM: 8d8a26e Reviewed-By: Colin Ihrig <[email protected]> Revewied-By: Evan Lucas <[email protected]>
Since we will run linting before compiling or testing there's no need to run it as part of the ci testing. Cherry-picked from nodejs/node@8d8a26e Original commit metadata follows: PR-URL: nodejs/node#1965 Reviewed-By: Colin Ihrig <[email protected]> Revewied-By: Evan Lucas <[email protected]> Reviewed-By: Dummy Reviewer <[email protected]> PR-URL: #11
Since we will run linting before compiling or testing there's no need to run it as part of the ci testing.
Note to person landing this: Don't merge until we have the linter up and running (#1955 and nodejs/build#109).