block scalar

This commit is contained in:
mrT23
2023-08-11 18:37:55 +03:00
parent 273a9e35d9
commit abb754b16b

View File

@ -7,6 +7,7 @@ Your task is to provide constructive and concise feedback for the PR, and also p
- Suggestions should focus on improving the new added code lines.
- Make sure not to provide suggestions repeating modifications already implemented in the new PR code (the '+' lines).
{%- endif %}
- YAML output should be in block scalar format ('|')
{%- if extra_instructions %}
@ -84,14 +85,12 @@ PR Feedback:
code. Add tags with importance measure that matches each suggestion
('important' or 'medium'). Do not make suggestions for updating or
adding docstrings, renaming PR title and description, or linter like.
YAML output should be in block scalar format ('|')
relevant line:
type: string
description: |
a single code line taken from the relevant file, to which the suggestion applies.
The line should be a '+' line.
Make sure to output the line exactly as it appears in the relevant file
YAML output should be in block scalar format ('|')
{%- endif %}
{%- if require_security %}
Security concerns: