mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-15 12:25:18 +00:00
Update usage documentation
This commit is contained in:
parent
baa0e95227
commit
6dee18b24a
1 changed files with 22 additions and 12 deletions
10
Usage.md
10
Usage.md
|
|
@ -29,6 +29,16 @@ In addition to general configuration options, each tool has its own configuratio
|
||||||
|
|
||||||
The [Tools Guide](./docs/TOOLS_GUIDE.md) provides a detailed description of the different tools and their configurations.
|
The [Tools Guide](./docs/TOOLS_GUIDE.md) provides a detailed description of the different tools and their configurations.
|
||||||
|
|
||||||
|
#### Ignoring files from analysis
|
||||||
|
In some cases, you may want to exclude specific files or directories from the analysis performed by CodiumAI PR-Agent. This can be useful, for example, when you have files that are generated automatically or files that shouldn't be reviewed, like vendored code.
|
||||||
|
|
||||||
|
To ignore files or directories, edit the **[ignore.toml](/pr_agent/settings/ignore.toml)** configuration file. This setting is also exposed the following environment variables:
|
||||||
|
|
||||||
|
- `IGNORE.GLOB`
|
||||||
|
- `IGNORE.REGEX`
|
||||||
|
|
||||||
|
See [dynaconf envvars documentation](https://www.dynaconf.com/envvars/).
|
||||||
|
|
||||||
#### git provider
|
#### git provider
|
||||||
The [git_provider](pr_agent/settings/configuration.toml#L4) field in the configuration file determines the GIT provider that will be used by PR-Agent. Currently, the following providers are supported:
|
The [git_provider](pr_agent/settings/configuration.toml#L4) field in the configuration file determines the GIT provider that will be used by PR-Agent. Currently, the following providers are supported:
|
||||||
`
|
`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue