-
Notifications
You must be signed in to change notification settings - Fork 38
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
Update build system to fail more quickly #424
Comments
Or, you can separate the test to a different workflow to identify which part is failing more clearly |
@kiyoon can you please explain the differences between these three instances of the ruff linting checks?
|
So 2, 3 are not as important as 1. |
Yes, I understand how to view the output. I was just asking why there were 3 different linting tests. It seems like the first test duplicates the other two. |
The first test is completely different from the other two, but if you wish you can combine all of them in one. The problem is that there are important tests and there are just style checks. If too many things are combined, maybe it's hard to review others code and ask them to fix stuff, for that I preferred separated tests |
Update GitHub workflows to fail quickly on linting errors before running the more time-consuming functional tests.
The text was updated successfully, but these errors were encountered: