Skip to content
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

Fix ci failure #2835

Merged
merged 6 commits into from
Sep 11, 2024
Merged

Fix ci failure #2835

merged 6 commits into from
Sep 11, 2024

Conversation

msyyc
Copy link
Member

@msyyc msyyc commented Sep 11, 2024

{% set param_description_and_response_docstring = serializer.param_description_and_response_docstring(builder) %}
{% set ns = namespace(line_too_long=false) %}
{% for item in param_description_and_response_docstring %}
{% if item and serializer.line_too_long(wrap_string(item, wrapstring='\n ').split('\n'), 8) %}
Copy link
Member Author

@msyyc msyyc Sep 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are 8 spaces of indentation for docstring in operation so we need to add it when counting line length.

@msyyc msyyc marked this pull request as ready for review September 11, 2024 10:27
@iscai-msft iscai-msft merged commit c87dcad into main Sep 11, 2024
15 checks passed
@iscai-msft iscai-msft deleted the fix-ci-2024-09-11 branch September 11, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants