mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Compare commits
6 commits
d191d75835
...
34e68f801d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
34e68f801d | ||
|
|
dcab8a893c | ||
|
|
2230da73fd | ||
|
|
f251a8a6cb | ||
|
|
c3bc789cd3 | ||
|
|
9252cb88d8 |
5 changed files with 26 additions and 5 deletions
|
|
@ -8,7 +8,7 @@ By combining static code analysis with LLM capabilities, Qodo Merge can provide
|
|||
It scans the PR code changes, finds all the code components (methods, functions, classes) that changed, and enables to interactively generate tests, docs, code suggestions and similar code search for each component.
|
||||
|
||||
!!! note "Language that are currently supported:"
|
||||
Python, Java, C++, JavaScript, TypeScript, C#, Go, Ruby, PHP, Rust, Kotlin, Scala
|
||||
Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin
|
||||
|
||||
## Capabilities
|
||||
|
||||
|
|
|
|||
|
|
@ -16,5 +16,5 @@ An example result:
|
|||
|
||||
{width=750}
|
||||
|
||||
!!! note "Language that are currently supported:"
|
||||
Python, Java, C++, JavaScript, TypeScript, C#, Go, Ruby, PHP, Rust, Kotlin, Scala
|
||||
!!! note "Languages that are currently supported:"
|
||||
Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin
|
||||
|
|
|
|||
|
|
@ -292,6 +292,27 @@ enable_global_pr_compliance = true
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
???+ example "Section visibility options"
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><b>enable_security_section</b></td>
|
||||
<td>If set to true, the security compliance section will be displayed in the output. When false, the entire security section is hidden. Default is true.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>enable_ticket_section</b></td>
|
||||
<td>If set to true, the ticket compliance section will be displayed in the output. When false, the entire ticket section is hidden. Default is true.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>enable_codebase_duplication_section</b></td>
|
||||
<td>If set to true, the codebase duplication compliance section will be displayed in the output. When false, the entire codebase duplication section is hidden. Default is true.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>enable_custom_compliance_section</b></td>
|
||||
<td>If set to true, the custom compliance section will be displayed in the output. When false, the entire custom section is hidden. Default is true.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
???+ example "Security compliance options"
|
||||
|
||||
<table>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ The tool will generate code suggestions for the selected component (if no compon
|
|||
{width=768}
|
||||
|
||||
!!! note "Notes"
|
||||
- Language that are currently supported by the tool: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Ruby, PHP, Rust, Kotlin, Scala`
|
||||
- Languages that are currently supported by the tool: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin`
|
||||
- This tool can also be triggered interactively by using the [`analyze`](./analyze.md) tool.
|
||||
|
||||
## Configuration options
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ The tool will generate tests for the selected component (if no component is stat
|
|||
(Example taken from [here](https://github.com/Codium-ai/pr-agent/pull/598#issuecomment-1913679429)):
|
||||
|
||||
!!! note "Notes"
|
||||
- The following languages are currently supported: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Ruby, PHP, Rust, Kotlin, Scala`
|
||||
- The following languages are currently supported: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin`
|
||||
- This tool can also be triggered interactively by using the [`analyze`](./analyze.md) tool.
|
||||
|
||||
## Configuration options
|
||||
|
|
|
|||
Loading…
Reference in a new issue