-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[CI/Build] Add error matching for ruff output #9513
Conversation
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
`ruff` has built-in support for generating errors in a format that GitHub understands so that errors will be shown in the diff viewer. This makes it easy to see errors inline with the code and without having to open CI logs. Signed-off-by: Russell Bryant <rbryant@redhat.com>
54af854
to
56c1c54
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, this greatly improves the readability of the errors!
Signed-off-by: Russell Bryant <rbryant@redhat.com> Signed-off-by: charlifu <charlifu@amd.com>
Signed-off-by: Russell Bryant <rbryant@redhat.com> Signed-off-by: Vinay Damodaran <vrdn@hey.com>
Signed-off-by: Russell Bryant <rbryant@redhat.com> Signed-off-by: Alvant <alvasian@yandex.ru>
Signed-off-by: Russell Bryant <rbryant@redhat.com> Signed-off-by: Amit Garg <mitgarg17495@gmail.com>
Signed-off-by: Russell Bryant <rbryant@redhat.com> Signed-off-by: qishuai <ferdinandzhong@gmail.com>
Signed-off-by: Russell Bryant <rbryant@redhat.com> Signed-off-by: Sumit Dubey <sumit.dubey2@ibm.com>
Signed-off-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Russell Bryant <rbryant@redhat.com> Signed-off-by: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com>
Signed-off-by: Russell Bryant <rbryant@redhat.com> Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
56c1c54 [CI/Build] Tell ruff to generate github formatted errors
commit 56c1c54
Author: Russell Bryant rbryant@redhat.com
Date: Fri Oct 18 19:27:31 2024 +0000
Sample display of an error: