-
Notifications
You must be signed in to change notification settings - Fork 276
[2/N] Enable shellcheck and pymarkdown for lint system #1735
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
base: main
Are you sure you want to change the base?
Conversation
7fe24f7
to
e6fa107
Compare
@wangxiyuan @Yikun This is ready for review |
printf "Concurrency %s, Rate %s: %s ms\n", $1, $2, $3 | ||
}' >> analysis_results.txt | ||
}' | ||
} > analysis_results.txt |
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.
} > analysis_results.txt | |
} >> analysis_results.txt |
?
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.
this is for shellcheck warning, need compress multiple writes into one to avoid opening files repeatedly
tools/shellcheck.sh
Outdated
@@ -21,7 +21,7 @@ | |||
|
|||
set -e | |||
|
|||
scversion="stable" | |||
scversion="v0.10.0" |
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.
revert?
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.
okey
ci break for upstream change, repairing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1735 +/- ##
==========================================
+ Coverage 53.51% 54.22% +0.71%
==========================================
Files 77 75 -2
Lines 9435 9244 -191
==========================================
- Hits 5049 5013 -36
+ Misses 4386 4231 -155
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Should enable python init check after vllm-project/vllm#20908 merged |
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
This reverts commit d1ac979ddc7e7df909fe8d5a22a11f0f252c7b6e. Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
What this PR does / why we need it?
Step of #1241, in the pr,
__init__.py
checkDoes this PR introduce any user-facing change?
How was this patch tested?