mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Add code validation documentation for PR code suggestions
This commit is contained in:
parent
c2e61b7113
commit
eac20ba0e2
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ By default, suggestions appear as a comment in a table format:
|
||||||
## Validation of Code Suggestions
|
## Validation of Code Suggestions
|
||||||
|
|
||||||
Each suggestion in the table can be "applied", converting it to a committable Git code change that can be committed directly to the PR.
|
Each suggestion in the table can be "applied", converting it to a committable Git code change that can be committed directly to the PR.
|
||||||
This approach allows fix issues without returning to your IDE for manual edits — significantly faster and more convenient.
|
This approach allows to fix issues without returning to your IDE for manual edits — significantly faster and more convenient.
|
||||||
|
|
||||||
However, committing a suggestion in a Git environment carries more risk than in a local IDE, as you don't have the opportunity to fully run and test the code before committing.
|
However, committing a suggestion in a Git environment carries more risk than in a local IDE, as you don't have the opportunity to fully run and test the code before committing.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue